diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:07:39 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:07:39 +0000 |
commit | fff296bfe7e1afaa552a3b360b7a478288ef7be9 (patch) | |
tree | 89c14611c583909707d36d2ee33980021a65b425 /textproc/libxml++26 | |
parent | b55428d14a6a552c7e2405f40678662b6845e3d4 (diff) |
Notes
Diffstat (limited to 'textproc/libxml++26')
-rw-r--r-- | textproc/libxml++26/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index f97354d137c4..e3bc233c045d 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -11,7 +11,6 @@ MASTER_SITES= GNOME MAINTAINER= bland@FreeBSD.org COMMENT= XML API for C++ -USE_XZ= yes PLIST_SUB= VERSION="2.6" API_VERSION="2.6" @@ -22,7 +21,7 @@ LATEST_LINK= libxml++26 LIB_DEPENDS= libglibmm-2.4.so:${PORTSDIR}/devel/glibmm BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig tar:xz USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes |