diff options
author | ade <ade@FreeBSD.org> | 2001-02-10 05:59:17 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-02-10 05:59:17 +0800 |
commit | 9e2bba9df9c242e5d119b4f1eb027bd5dd27282d (patch) | |
tree | cbbf3edf262ef3c0d52d8c7135c6fd6ad24d4aba /devel/bonobo/Makefile | |
parent | 5b19073bf8556d480502810f12ee3fae1776cf4b (diff) | |
download | freebsd-ports-gnome-9e2bba9df9c242e5d119b4f1eb027bd5dd27282d.tar.gz freebsd-ports-gnome-9e2bba9df9c242e5d119b4f1eb027bd5dd27282d.tar.zst freebsd-ports-gnome-9e2bba9df9c242e5d119b4f1eb027bd5dd27282d.zip |
Update to 0.36
Diffstat (limited to 'devel/bonobo/Makefile')
-rw-r--r-- | devel/bonobo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index f4ba20506495..e77c660d1e32 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bonobo -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/bonobo @@ -26,8 +26,6 @@ LIBTOOLFILES= configure libefs/configure CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -MAN1= bonobo-idl.1 - pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |