diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 19:24:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 19:24:37 +0000 |
commit | 1ac4973da7f35fa5a682f606e73adaeed4eba3e5 (patch) | |
tree | a327c22f3bfc3623c25d64098978fcc681f6c5d1 /textproc | |
parent | 1130b271325ec7c020083beed0a964a73360fc2b (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlwrapp/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index ec210268a19a..ae1f1ca49b2a 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -15,11 +15,8 @@ MASTER_SITES= http://pmade.org/pjones/software/xmlwrapp/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A modern style C++ library for working with XML data -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - USE_PERL5_BUILD= yes -USE_GNOME= libxml2 +USE_GNOME= libxml2 pkgconfig WANT_GNOME= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.pl |