diff options
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 c9e7b67a137d..420fee7d83ff 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> |