diff options
Diffstat (limited to 'sysutils/gtk-imonc/Makefile')
-rw-r--r-- | sysutils/gtk-imonc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/gtk-imonc/Makefile b/sysutils/gtk-imonc/Makefile index d2fd06bbc3c6..df98af7ef037 100644 --- a/sysutils/gtk-imonc/Makefile +++ b/sysutils/gtk-imonc/Makefile @@ -7,19 +7,20 @@ PORTNAME= gtk-imonc PORTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/ MAINTAINER= steffen@vogelreuter.de COMMENT= A gtk based client to control an one disc fli4l router -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} +USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gtk12 USE_REINPLACE= yes |