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 /textproc/minidom | |
parent | c6f7e574ed68c7363c234c63e9d7af5f6599b904 (diff) |
Notes
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 |