diff options
author | krion <krion@FreeBSD.org> | 2003-07-31 03:24:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-31 03:24:37 +0800 |
commit | e3952b83f17515036c1b66a5e7a6dff49284a4fa (patch) | |
tree | 5f04af41368c41915a302a9e036f1c1ab5139dfc /textproc/xmlwrapp | |
parent | 635454fc9472f46cecab24094801936929909267 (diff) | |
download | freebsd-ports-gnome-e3952b83f17515036c1b66a5e7a6dff49284a4fa.tar.gz freebsd-ports-gnome-e3952b83f17515036c1b66a5e7a6dff49284a4fa.tar.zst freebsd-ports-gnome-e3952b83f17515036c1b66a5e7a6dff49284a4fa.zip |
* Rearrange USE_GNOME
PR: 55067
Submitted by: Ports Fury
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'textproc/xmlwrapp')
-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 |