diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
commit | a9f655130603ff40a917146738a8cb2487ed5f82 (patch) | |
tree | 5babe5a6833f10e0055bcf2c88ac48e0eaa8c05d /www/snownews | |
parent | c6f7e574ed68c7363c234c63e9d7af5f6599b904 (diff) |
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=105726
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 |