diff options
author | pav <pav@FreeBSD.org> | 2006-03-21 02:04:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-21 02:04:05 +0800 |
commit | fb8d6d138068505e93c9c7582b052c33e82a8627 (patch) | |
tree | 0e7eb13bb43cd7174b4bf30b4183257c4c9502fa /science | |
parent | ce589b71672d2bbab47fe6a44a893dd7f98bab1c (diff) | |
download | freebsd-ports-gnome-fb8d6d138068505e93c9c7582b052c33e82a8627.tar.gz freebsd-ports-gnome-fb8d6d138068505e93c9c7582b052c33e82a8627.tar.zst freebsd-ports-gnome-fb8d6d138068505e93c9c7582b052c33e82a8627.zip |
- Chase gchemutils update
Diffstat (limited to 'science')
-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 |