diff options
author | alexbl <alexbl@FreeBSD.org> | 2007-05-30 09:35:12 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2007-05-30 09:35:12 +0800 |
commit | 0cc86f7bb2f7453426357e678fe80a77d847dc97 (patch) | |
tree | e66b7edb166144a7b5395e6d130c1ea54a28a23d | |
parent | 0efb715a0410419d5ffd5449e07a302342cce895 (diff) | |
download | freebsd-ports-gnome-0cc86f7bb2f7453426357e678fe80a77d847dc97.tar.gz freebsd-ports-gnome-0cc86f7bb2f7453426357e678fe80a77d847dc97.tar.zst freebsd-ports-gnome-0cc86f7bb2f7453426357e678fe80a77d847dc97.zip |
- fix libxml2 dependency
PR: 113141
Submitted by: Dima Panov <fluffy@ael.ru>
-rw-r--r-- | audio/xmms2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 1a1a31e5dc95..9a742d21f6c2 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -184,7 +184,7 @@ PLIST_SUB+= OFA="@comment " .endif .if defined(WITH_XML) -USE_GNOME= xml2 +USE_GNOME= libxml2 PLIST_SUB+= XML="" .else EXCLUDE+= --without-plugins="xml" --without-plugins="rss" --without-plugins="xspf" |