svn commit: r351802 - head/x11-toolkits/libbonoboui
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 22 10:22:22 UTC 2014
Author: bapt
Date: Tue Apr 22 10:22:22 2014
New Revision: 351802
URL: http://svnweb.freebsd.org/changeset/ports/351802
QAT: https://qat.redports.org/buildarchive/r351802/
Log:
Support stage
Modified:
head/x11-toolkits/libbonoboui/Makefile
head/x11-toolkits/libbonoboui/pkg-plist
Modified: head/x11-toolkits/libbonoboui/Makefile
==============================================================================
--- head/x11-toolkits/libbonoboui/Makefile Tue Apr 22 10:20:38 2014 (r351801)
+++ head/x11-toolkits/libbonoboui/Makefile Tue Apr 22 10:22:22 2014 (r351802)
@@ -12,19 +12,19 @@ DIST_SUBDIR= gnome
MAINTAINER= gnome at FreeBSD.org
COMMENT= GUI frontend to the libbonobo component of GNOME 2
-USE_BZIP2= yes
+USES+= tar:bzip2
.if !defined(REFERENCE_PORT)
-USES= gettext gmake pkgconfig
+USES+= gettext gmake libtool pathfix pkgconfig
GNU_CONFIGURE= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \
+USE_GNOME= gnomeprefix gnomehier intlhack \
libgnomecanvas libgnome referencehack
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+INSTALL_TARGET= install-strip
-NO_STAGE= yes
.include <bsd.port.mk>
.endif
Modified: head/x11-toolkits/libbonoboui/pkg-plist
==============================================================================
--- head/x11-toolkits/libbonoboui/pkg-plist Tue Apr 22 10:20:38 2014 (r351801)
+++ head/x11-toolkits/libbonoboui/pkg-plist Tue Apr 22 10:22:22 2014 (r351802)
@@ -37,6 +37,7 @@ lib/libbonoboui-2.a
lib/libbonoboui-2.la
lib/libbonoboui-2.so
lib/libbonoboui-2.so.0
+lib/libbonoboui-2.so.0.0.0
lib/libglade/2.0/libbonobo.a
lib/libglade/2.0/libbonobo.la
lib/libglade/2.0/libbonobo.so
More information about the svn-ports-all
mailing list