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/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/gtk-imonc/Makefile b/sysutils/gtk-imonc/Makefile
index 9d3b69c5c200..60ab753c275f 100644
--- a/sysutils/gtk-imonc/Makefile
+++ b/sysutils/gtk-imonc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtk-imonc
-PORTVERSION= 0.6.2
+PORTVERSION= 0.6.3
CATEGORIES= sysutils
MASTER_SITES= http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/
@@ -18,8 +18,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GETTEXT= yes
USE_ICONV= yes
-USE_GMAKE= yes
+USE_REINPLACE= yes
USE_GNOME= gtk20
USE_X_PREFIX= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|<endian.h>|<sys/endian.h>|' \
+ ${WRKSRC}/src/md5.h
+
.include <bsd.port.mk>