svn commit: r337815 - head/x11-toolkits/gtkunique

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


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

Log:
  Stage support

Modified:
  head/x11-toolkits/gtkunique/Makefile

Modified: head/x11-toolkits/gtkunique/Makefile
==============================================================================
--- head/x11-toolkits/gtkunique/Makefile	Fri Dec 27 21:53:47 2013	(r337814)
+++ head/x11-toolkits/gtkunique/Makefile	Fri Dec 27 22:08:39 2013	(r337815)
@@ -15,7 +15,7 @@ COMMENT=	Single instance application lib
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	gtk20 ltverhack
 USE_LDCONFIG=	yes
-USES=		pkgconfig gettext
+USES=		gettext pathfix pkgconfig
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -23,11 +23,10 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 OPTIONS_DEFINE=	DBUS
 OPTIONS_DEFAULT=	DBUS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS+=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS+=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
 PLIST_SUB+=	DBUS="" XLIBS="@comment "
 .else
 PLIST_SUB+=	DBUS="@comment " XLIBS=""
@@ -35,6 +34,5 @@ PLIST_SUB+=	DBUS="@comment " XLIBS=""
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Werror ||' ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list