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 /news/slrn | |
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 'news/slrn')
-rw-r--r-- | news/slrn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 4a1435638e4e..ab084d592c63 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -24,11 +24,11 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= petef@FreeBSD.org COMMENT= SLang-based newsreader -LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \ - iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang USE_BZIP2= yes USE_GMAKE= yes +USE_ICONV= yes USE_REINPLACE= yes .if defined(WITHOUT_NLS) |