svn commit: r337816 - head/x11-toolkits/rep-gtk2

Antoine Brodin antoine at FreeBSD.org
Fri Dec 27 22:16:08 UTC 2013


Author: antoine
Date: Fri Dec 27 22:16:08 2013
New Revision: 337816
URL: http://svnweb.freebsd.org/changeset/ports/337816

Log:
  Stage support

Modified:
  head/x11-toolkits/rep-gtk2/Makefile

Modified: head/x11-toolkits/rep-gtk2/Makefile
==============================================================================
--- head/x11-toolkits/rep-gtk2/Makefile	Fri Dec 27 22:08:39 2013	(r337815)
+++ head/x11-toolkits/rep-gtk2/Makefile	Fri Dec 27 22:16:08 2013	(r337816)
@@ -14,16 +14,14 @@ COMMENT=	GTK+-2 binding for rep Lisp int
 
 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>


More information about the svn-ports-head mailing list