diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-04 12:36:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-04 12:36:30 +0800 |
commit | 7073ebf74ec3895bb8dada6cbe2e57f3329849cc (patch) | |
tree | 6e94333233053731622780aae8a8285e148ade96 /www/snownews | |
parent | f687852f8f35b5067f8978d6405346545b01be3a (diff) | |
download | freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.gz freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.zst freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.zip |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Diffstat (limited to 'www/snownews')
-rw-r--r-- | www/snownews/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile index 6a7b3d1b2a54..9b9b134c7d4e 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -8,6 +8,7 @@ PORTNAME= snownews PORTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://home.kcore.de/~kiza/software/snownews/download/ @@ -15,9 +16,9 @@ MAINTAINER= clsung@dragon2.net COMMENT= A text mode RSS newsreader BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +USE_GETTEXT= yes USE_GMAKE= yes MAN1= snownews.1 |