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 /www/snownews | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Notes
Notes:
svn path=/head/; revision=99914
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 |