aboutsummaryrefslogtreecommitdiff
path: root/science/gchemutils/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-24 18:13:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-24 18:13:13 +0000
commita7975925ff49ef40ac3db42ede8b64c99c2e4e48 (patch)
tree9e9c18e8063bfbea2e2ee2a8b35045fc0d5cb2b0 /science/gchemutils/Makefile
parent6b5c068dfbbc1580fa22d4dab9b6b6ba4c74f11a (diff)
downloadports-a7975925ff49ef40ac3db42ede8b64c99c2e4e48.tar.gz
ports-a7975925ff49ef40ac3db42ede8b64c99c2e4e48.zip
Notes
Diffstat (limited to 'science/gchemutils/Makefile')
-rw-r--r--science/gchemutils/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile
index af174bcdeca8..91e85ac68ed7 100644
--- a/science/gchemutils/Makefile
+++ b/science/gchemutils/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= gchemutils
-PORTVERSION= 0.2.5
-PORTREVISION= 1
+PORTVERSION= 0.2.7
CATEGORIES= science
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,10 +19,14 @@ LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext \
USE_BZIP2= yes
USE_X_PREFIX= yes
-USE_GNOME= gnomehack gnomeprefix libglade2 libgnomeprint libgnomeui
+USE_GNOME= gnomehack gnomeprefix intlhack libglade2 libgnomeprint libgnomeui
USE_GMAKE= yes
USE_LIBTOOL_VER=15
+USE_REINPLACE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
+post-patch:
+ @${REINPLACE_CMD} -e 's|(datadir)/mime$$|(prefix)/share/mime| ; s|(datadir)/mime/|(prefix)/share/mime/|g' ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>