diff options
Diffstat (limited to 'sysutils/gtk-imonc/Makefile')
-rw-r--r-- | sysutils/gtk-imonc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gtk-imonc/Makefile b/sysutils/gtk-imonc/Makefile index 10b8b24edf3b..4a0ffbdd4898 100644 --- a/sysutils/gtk-imonc/Makefile +++ b/sysutils/gtk-imonc/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-imonc PORTVERSION= 0.6.4.1 -PORTREVISION= 1 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/ @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GNOME= gtk20 gnomehier -USE_X_PREFIX= yes +USE_XLIB= yes post-patch: @${REINPLACE_CMD} -e 's|<endian.h>|<sys/endian.h>|' \ |