diff options
author | ade <ade@FreeBSD.org> | 2000-10-21 00:24:41 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-10-21 00:24:41 +0800 |
commit | 58e57ed7dbef4830910139eeb5642f959f48574d (patch) | |
tree | b67997e846f35e5867348ff9a2d46386c14df0f2 /x11-toolkits/gal/Makefile | |
parent | a80741183f68a22df9374cc5a6e275f551f5a433 (diff) | |
download | freebsd-ports-gnome-58e57ed7dbef4830910139eeb5642f959f48574d.tar.gz freebsd-ports-gnome-58e57ed7dbef4830910139eeb5642f959f48574d.tar.zst freebsd-ports-gnome-58e57ed7dbef4830910139eeb5642f959f48574d.zip |
Update to 0.2
Diffstat (limited to 'x11-toolkits/gal/Makefile')
-rw-r--r-- | x11-toolkits/gal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gal/Makefile b/x11-toolkits/gal/Makefile index b124ece0f0ca..972c7e42d405 100644 --- a/x11-toolkits/gal/Makefile +++ b/x11-toolkits/gal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gal -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gal @@ -28,6 +28,8 @@ CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +PLIST_SUB= VERSION=${PORTVERSION} + pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |