Stage support

This commit is contained in:
Antoine Brodin 2013-12-27 22:16:08 +00:00
parent 9e6a0969b4
commit 4aa04aadbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337816

View File

@ -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>