mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Don't hardcode libgnugetopt into patch.
Submitted by: bento
This commit is contained in:
parent
a80aafb112
commit
e76e6b1fc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85242
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user