mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
19a6a6739c
the previous version. Submitted by: Will Andrews <andrews@TECHNOLOGIST.COM>
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
--- jscript/Makefile.in Tue Sep 7 11:23:08 1999
|
|
+++ jscript/Makefile.in.new Sun Jan 2 08:54:50 2000
|
|
@@ -183,8 +183,8 @@
|
|
YACC = bison -y
|
|
LEX = flex
|
|
YFLAGS = -d -p yyjscript
|
|
-SOMAJOR = 2
|
|
-SOMINOR = 0
|
|
+SOMAJOR ?= 2
|
|
+SOMINOR ?= 0
|
|
|
|
####### Files
|
|
|