aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libbonobo/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-05-20 08:07:52 +0800
committermarcus <marcus@FreeBSD.org>2003-05-20 08:07:52 +0800
commitc1d0136f58112eb0829b2fce4fbfa5c010dd9c9d (patch)
tree4fd0e06d22c408a1ca4be1a60d977ea48d8fa0f2 /devel/libbonobo/Makefile
parent6569660e7521b9a727ad70a62e12424862e0fab7 (diff)
downloadfreebsd-ports-gnome-c1d0136f58112eb0829b2fce4fbfa5c010dd9c9d.tar.gz
freebsd-ports-gnome-c1d0136f58112eb0829b2fce4fbfa5c010dd9c9d.tar.zst
freebsd-ports-gnome-c1d0136f58112eb0829b2fce4fbfa5c010dd9c9d.zip
Update to 2.2.2.
Diffstat (limited to 'devel/libbonobo/Makefile')
-rw-r--r--devel/libbonobo/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
index 38faede2cbdc..69a11e46390a 100644
--- a/devel/libbonobo/Makefile
+++ b/devel/libbonobo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libbonobo
-PORTVERSION= 2.2.1
+PORTVERSION= 2.2.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2
@@ -28,4 +28,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+
.include <bsd.port.mk>