aboutsummaryrefslogtreecommitdiffstats
path: root/math/rascal
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-07-20 23:27:14 +0800
committerarved <arved@FreeBSD.org>2003-07-20 23:27:14 +0800
commitbc6cdae586c695dac185542985398b0128825f5a (patch)
tree31c8048294c4c976d69a318f4a2bbb5bbe9985ca /math/rascal
parent84b69a387c54dc75ed6988c427f7955bf9193895 (diff)
downloadfreebsd-ports-gnome-bc6cdae586c695dac185542985398b0128825f5a.tar.gz
freebsd-ports-gnome-bc6cdae586c695dac185542985398b0128825f5a.tar.zst
freebsd-ports-gnome-bc6cdae586c695dac185542985398b0128825f5a.zip
Don't hardcode libgnugetopt into patch.
Submitted by: bento
Diffstat (limited to 'math/rascal')
-rw-r--r--math/rascal/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/rascal/files/patch-Makefile b/math/rascal/files/patch-Makefile
index 9a15175deca8..2cf701a1da2f 100644
--- a/math/rascal/files/patch-Makefile
+++ b/math/rascal/files/patch-Makefile
@@ -15,7 +15,7 @@
INSTDIR=install -d
-LIBS=-lm -lreadline -lcurses
-+LIBS=-lm -lreadline -lcurses -L%%LOCALBASE%%/lib -lgnugetopt
++LIBS+=-lm -lreadline -lcurses ${LDFLAGS}
OBJS=y.tab.o lex.yy.o symtab.o value.o
-include value.mak