aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libbonobo
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-06-25 18:36:00 +0800
committerkwm <kwm@FreeBSD.org>2013-06-25 18:36:00 +0800
commit91d249f84d0c28f305a42c21ebc4d2c6afc1a7c0 (patch)
treed4b454710080d0d2a23cd4eb78b95131fed127d1 /devel/libbonobo
parentcd0da67b77146b75e5a422f06d0cbf0591512b66 (diff)
downloadfreebsd-ports-gnome-91d249f84d0c28f305a42c21ebc4d2c6afc1a7c0.tar.gz
freebsd-ports-gnome-91d249f84d0c28f305a42c21ebc4d2c6afc1a7c0.tar.zst
freebsd-ports-gnome-91d249f84d0c28f305a42c21ebc4d2c6afc1a7c0.zip
Sort USES, Update comment line and fix build with glib 2.36
Diffstat (limited to 'devel/libbonobo')
-rw-r--r--devel/libbonobo/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
index 636dd73f76e2..e2e8847e7953 100644
--- a/devel/libbonobo/Makefile
+++ b/devel/libbonobo/Makefile
@@ -1,6 +1,6 @@
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/devel/libbonobo/Makefile,v 1.84 2010/09/26 20:57:33 kwm Exp $
+# $MCom: ports/trunk/devel/libbonobo/Makefile 18393 2013-04-26 21:23:07Z kwm $
PORTNAME= libbonobo
PORTVERSION= 2.32.0
@@ -10,15 +10,15 @@ MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-COMMENT= A component and compound document system for GNOME2
+COMMENT= Component and compound document system for GNOME2
USE_BZIP2= yes
.if !defined(REFERENCE_PORT)
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
-USES= bison pathfix pkgconfig gettext
+USES= bison gettext pathfix pkgconfig
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@@ -32,6 +32,11 @@ MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale
MAN1= bonobo-activation-server.1
+post-patch:
+ @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
+ ${WRKSRC}/configure \
+ ${WRKSRC}/activation-server/Makefile.in
+
.include <bsd.port.mk>
.endif