aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gtk-imonc/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-05-11 21:11:48 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-05-11 21:11:48 +0000
commitce801f61faa880090859854a53063d1110e2acdc (patch)
treed5dd6caa3fad4ad4369e51e4a838d9b81a75ba7b /sysutils/gtk-imonc/Makefile
parente1629c50f3f2375dbcd6ea6d734e817591c00639 (diff)
downloadports-ce801f61faa880090859854a53063d1110e2acdc.tar.gz
ports-ce801f61faa880090859854a53063d1110e2acdc.zip
Notes
Diffstat (limited to 'sysutils/gtk-imonc/Makefile')
-rw-r--r--sysutils/gtk-imonc/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/gtk-imonc/Makefile b/sysutils/gtk-imonc/Makefile
index cd31e0340b5d..bab41805787c 100644
--- a/sysutils/gtk-imonc/Makefile
+++ b/sysutils/gtk-imonc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtk-imonc
-PORTVERSION= 0.3a
+PORTVERSION= 0.4.4
CATEGORIES= sysutils
MASTER_SITES= http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/
@@ -17,13 +17,11 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
ALL_TARGET= #empty
HAS_CONFIGURE= yes
USE_GMAKE= yes
-USE_GNOME= gtk12 gnomehier
+USE_GNOME= gtk12
USE_REINPLACE= yes
USE_X_PREFIX= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|gtk-config|gtk12-config|g ; \
- s|/usr/local|${X11BASE}|g' \
- ${WRKSRC}/configure
+pre-configure:
+ @${REINPLACE_CMD} -e 's|ac_default_prefix=/usr/local|ac_default_prefix=${PREFIX}|g' ${WRKSRC}/configure
.include <bsd.port.mk>