diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-29 19:48:18 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-29 19:48:18 +0000 |
commit | 26852e1cc7f4b47539608b607e703508b5ea56d2 (patch) | |
tree | eb28dc0af6e4a0663e87b499b4bedd9302242b10 /science/gchempaint/Makefile | |
parent | 666d1388133a87e33646743fc7c8bc664e37edc8 (diff) | |
download | FreeBSD-ports-26852e1cc7f4b47539608b607e703508b5ea56d2.zip FreeBSD-ports-26852e1cc7f4b47539608b607e703508b5ea56d2.tar.gz |
Update to 0.3.4.
PR: 53850
Submitted by: maintainer
Diffstat (limited to 'science/gchempaint/Makefile')
-rw-r--r-- | science/gchempaint/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index c9e7b67..420fee7 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= gchempaint -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= science MASTER_SITES= http://savannah.nongnu.org/download/gchempaint/unstable.pkg/${PORTVERSION}/ @@ -18,10 +18,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix libgnomeprintui libgnomeui USE_GMAKE= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |