diff options
author | krion <krion@FreeBSD.org> | 2004-03-31 03:56:43 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-31 03:56:43 +0800 |
commit | 14042a07c94213103476ba10caba0e05d7386a88 (patch) | |
tree | 85ab7d332a60216705aba7ae5ea7bd5afd901b21 /www/snownews | |
parent | 17635d4d1428af00fc5c2d051fe401dc9e54a671 (diff) | |
download | freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.tar.gz freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.tar.zst freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.zip |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'www/snownews')
-rw-r--r-- | www/snownews/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile index 9b9b134c7d4e..a342c4586f01 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -16,10 +16,10 @@ MAINTAINER= clsung@dragon2.net COMMENT= A text mode RSS newsreader BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv USE_GETTEXT= yes USE_GMAKE= yes +USE_ICONV= yes MAN1= snownews.1 MANLANG= "" de nl fr it |