diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-18 20:27:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-18 20:27:02 +0000 |
commit | c803b55e806e88431434d6cae4fefbff8cbe22bb (patch) | |
tree | 2feae18f28bbc355d6f777dfa6773d6ce71b187f /graphics/libgnomecanvas/Makefile | |
parent | 1b75d0e82c15706fe7294797a46c4e8e963fb068 (diff) |
Update to 2.2.1.
Notes
Notes:
svn path=/head/; revision=81278
Diffstat (limited to 'graphics/libgnomecanvas/Makefile')
-rw-r--r-- | graphics/libgnomecanvas/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index 0211e533d311..547f87d24442 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgnomecanvas -PORTVERSION= 2.2.0.2 +PORTVERSION= 2.2.1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 @@ -27,4 +27,8 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + .include <bsd.port.mk> |