aboutsummaryrefslogtreecommitdiff
path: root/devel/libbonobo
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-06-25 10:36:00 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-06-25 10:36:00 +0000
commit8d8a6f6a59e66c079d9f97147bf5cd15f335b62c (patch)
treed4b454710080d0d2a23cd4eb78b95131fed127d1 /devel/libbonobo
parent816c230aac51d39c6b842460899925c927322e2a (diff)
downloadports-8d8a6f6a59e66c079d9f97147bf5cd15f335b62c.tar.gz
ports-8d8a6f6a59e66c079d9f97147bf5cd15f335b62c.zip
Sort USES, Update comment line and fix build with glib 2.36
Notes
Notes: svn path=/head/; revision=321731
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