mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
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
|
||
|
|