summaryrefslogtreecommitdiff
path: root/sysutils/gtk-imonc/Makefile
diff options
context:
space:
mode:
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>