aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libbonobo/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-06-13 08:55:17 +0800
committeradamw <adamw@FreeBSD.org>2003-06-13 08:55:17 +0800
commit5bc00558e842e5d91aa1f06b3de487f8b9061fcd (patch)
tree1806c983058c5bc4416bc53e748a30032dd60c95 /devel/libbonobo/Makefile
parentdc10ed9dd648c9914ef913694081a03e0feeb001 (diff)
downloadfreebsd-ports-gnome-5bc00558e842e5d91aa1f06b3de487f8b9061fcd.tar.gz
freebsd-ports-gnome-5bc00558e842e5d91aa1f06b3de487f8b9061fcd.tar.zst
freebsd-ports-gnome-5bc00558e842e5d91aa1f06b3de487f8b9061fcd.zip
Update to 2.2.3, and turn a patch into a REINPLACE.
Diffstat (limited to 'devel/libbonobo/Makefile')
-rw-r--r--devel/libbonobo/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
index 096163f99cb9..bd6b2098a51c 100644
--- a/devel/libbonobo/Makefile
+++ b/devel/libbonobo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libbonobo
-PORTVERSION= 2.2.2
+PORTVERSION= 2.2.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2
@@ -28,4 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale
+post-patch:
+ @${REINPLACE_CMD} -e "/^SUBDIRS/s/tests//" ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>