diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-11 12:56:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-11 12:56:12 +0800 |
commit | f5c7bd85da782d5ffc95c9bd499912d2155a0ecb (patch) | |
tree | 02e64c9f4b2e97ff2961f5503f0e9373024cd74b /x11-toolkits/gal2/Makefile | |
parent | 4aec13fb1ef9d365ba1de7b0dccebe2366ff8e70 (diff) | |
download | freebsd-ports-gnome-f5c7bd85da782d5ffc95c9bd499912d2155a0ecb.tar.gz freebsd-ports-gnome-f5c7bd85da782d5ffc95c9bd499912d2155a0ecb.tar.zst freebsd-ports-gnome-f5c7bd85da782d5ffc95c9bd499912d2155a0ecb.zip |
Update to 1.99.7.
Diffstat (limited to 'x11-toolkits/gal2/Makefile')
-rw-r--r-- | x11-toolkits/gal2/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile index 2706b40e8c2f..6aae29a728cb 100644 --- a/x11-toolkits/gal2/Makefile +++ b/x11-toolkits/gal2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gal2 -PORTVERSION= 1.99.6 +PORTVERSION= 1.99.7 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.99 @@ -31,8 +31,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_SUB= VERSION=${PORTVERSION} -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> |