aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/rep-gtk2
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-27 22:16:08 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-27 22:16:08 +0000
commit4aa04aadbe7441e0e837102843f2f5f4f15f79e1 (patch)
tree5418e81b505fae42f8b7f2f45c608d2a35e8ea0b /x11-toolkits/rep-gtk2
parent9e6a0969b46ced634be1d5a3b14ec132be866db2 (diff)
downloadports-4aa04aadbe7441e0e837102843f2f5f4f15f79e1.tar.gz
ports-4aa04aadbe7441e0e837102843f2f5f4f15f79e1.zip
Stage support
Notes
Notes: svn path=/head/; revision=337816
Diffstat (limited to 'x11-toolkits/rep-gtk2')
-rw-r--r--x11-toolkits/rep-gtk2/Makefile6
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>