diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 18:04:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 18:04:05 +0000 |
commit | 738cc84c875e6903020ce3cb89f51408674b954a (patch) | |
tree | eba7b9085630f1a2d4d9588d9693e25db6a2fc6a /science/gchempaint | |
parent | 6c16645d14afd4619fb2e3b53b1e703125a96063 (diff) | |
download | ports-738cc84c875e6903020ce3cb89f51408674b954a.tar.gz ports-738cc84c875e6903020ce3cb89f51408674b954a.zip |
Notes
Diffstat (limited to 'science/gchempaint')
-rw-r--r-- | science/gchempaint/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index e75606594f3c..43159df3663a 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -6,7 +6,7 @@ PORTNAME= gchempaint PORTVERSION= 0.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MAINTAINER= pav@FreeBSD.org COMMENT= 2D chemical structures editor for GNOME 2 BUILD_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnomedocutils -LIB_DEPENDS= gcu.4:${PORTSDIR}/science/gchemutils +LIB_DEPENDS= gcu.6:${PORTSDIR}/science/gchemutils USE_BZIP2= yes USE_X_PREFIX= yes @@ -25,7 +25,6 @@ GCONF_SCHEMAS= gchempaint-arrows.schemas USE_GNOME= gnomehack gnomeprefix intlhack libgnomeprintui libgnomeui USE_GMAKE= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-help-dir=${PREFIX}/share/gnome/help |