diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
| commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
| tree | 65c820907a86a7c844ee463115637dde60f2aa36 /sysutils/gtk-imonc | |
| parent | * Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1] (diff) | |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Notes
Notes:
svn path=/head/; revision=99914
Diffstat (limited to 'sysutils/gtk-imonc')
| -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 |
