Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 22:16:08 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337816 - head/x11-toolkits/rep-gtk2
Message-ID:  <201312272216.rBRMG8F5048128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312272216.rBRMG8F5048128>