diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-27 22:16:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-27 22:16:08 +0000 |
commit | 4aa04aadbe7441e0e837102843f2f5f4f15f79e1 (patch) | |
tree | 5418e81b505fae42f8b7f2f45c608d2a35e8ea0b /x11-toolkits/rep-gtk2/Makefile | |
parent | 9e6a0969b46ced634be1d5a3b14ec132be866db2 (diff) | |
download | ports-4aa04aadbe7441e0e837102843f2f5f4f15f79e1.tar.gz ports-4aa04aadbe7441e0e837102843f2f5f4f15f79e1.zip |
Notes
Diffstat (limited to 'x11-toolkits/rep-gtk2/Makefile')
-rw-r--r-- | x11-toolkits/rep-gtk2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile index 01a18ec8d32d..9341ef2291fc 100644 --- a/x11-toolkits/rep-gtk2/Makefile +++ b/x11-toolkits/rep-gtk2/Makefile @@ -14,16 +14,14 @@ COMMENT= GTK+-2 binding for rep Lisp interpreter LICENSE= GPLv2 -LIB_DEPENDS= rep:${PORTSDIR}/lang/librep +LIB_DEPENDS= librep.so:${PORTSDIR}/lang/librep USE_XZ= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> |