diff options
-rw-r--r-- | devel/libbonobo/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 5e5d8cd16..b20536136 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -7,7 +7,8 @@ PORTNAME= libbonobo PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 +#PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3 @@ -31,4 +32,8 @@ MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale MAN1= bonobo-activation-server.1 +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + .include <bsd.port.mk> |