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 /net/ickle | |
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 'net/ickle')
-rw-r--r-- | net/ickle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ickle/Makefile b/net/ickle/Makefile index 61c210296b6b..8f171b87113c 100644 --- a/net/ickle/Makefile +++ b/net/ickle/Makefile @@ -17,12 +17,12 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= ICQ2000 protocol implementation LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk-- \ - iconv.3:${PORTSDIR}/converters/libiconv \ icq2000.5:${PORTSDIR}/net/libicq2000 USE_X_PREFIX= yes USE_GNOME= gtk12 WANT_GNOME= yes +USE_ICONV= yes USE_REINPLACE= yes USE_SIZE= yes GNU_CONFIGURE= yes |