mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
819bed4840
- Remove obsolete dependency to plib - Add build dependency to boost-libs PR: ports/162303 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> Feature safe: yes
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
--- src/Makefile.in.orig 2008-10-18 17:55:34.000000000 +0800
|
|
+++ src/Makefile.in 2008-10-18 17:55:44.000000000 +0800
|
|
@@ -127,7 +127,7 @@
|
|
LIBICONV = @LIBICONV@
|
|
LIBINTL = @LIBINTL@
|
|
LIBOBJS = @LIBOBJS@
|
|
-LIBS = @LIBS@
|
|
+LIBS = @LIBS@ -lintl -lfltk -lfltk_gl
|
|
LN_S = @LN_S@
|
|
LTLIBICONV = @LTLIBICONV@
|
|
LTLIBINTL = @LTLIBINTL@
|