[Midnightbsd-cvs] mports [17725] trunk/x11-toolkits/libbonoboui/Makefile: make libbonoboui fetchable
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Oct 11 09:55:34 EDT 2014
Revision: 17725
http://svnweb.midnightbsd.org/mports/?rev=17725
Author: laffer1
Date: 2014-10-11 09:55:33 -0400 (Sat, 11 Oct 2014)
Log Message:
-----------
make libbonoboui fetchable
Modified Paths:
--------------
trunk/x11-toolkits/libbonoboui/Makefile
Modified: trunk/x11-toolkits/libbonoboui/Makefile
===================================================================
--- trunk/x11-toolkits/libbonoboui/Makefile 2014-10-11 13:54:35 UTC (rev 17724)
+++ trunk/x11-toolkits/libbonoboui/Makefile 2014-10-11 13:55:33 UTC (rev 17725)
@@ -2,7 +2,7 @@
PORTNAME= libbonoboui
PORTVERSION= 2.24.4
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
@@ -12,17 +12,18 @@
LICENSE= gpl2
-USE_BZIP2= yes
+USES+= tar:bzip2
.if !defined(REFERENCE_PORT)
-USES= gettext gmake pkgconfig
+USES+= gettext gmake libtool:keepla 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
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list