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 /textproc/minidom | |
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 'textproc/minidom')
-rw-r--r-- | textproc/minidom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/minidom/Makefile b/textproc/minidom/Makefile index af517f86c534..36459a6708f6 100644 --- a/textproc/minidom/Makefile +++ b/textproc/minidom/Makefile @@ -15,9 +15,9 @@ MASTER_SITES= http://helm.cs.unibo.it/mml-widget/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= A minimal implementation of the Document Object Model -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ - iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 +USE_ICONV= yes USE_REINPLACE= yes USE_GNOME= glib12 USE_LIBTOOL_VER=13 |