aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms2
diff options
context:
space:
mode:
authorAlexander Botero-Lowry <alexbl@FreeBSD.org>2007-05-30 01:35:12 +0000
committerAlexander Botero-Lowry <alexbl@FreeBSD.org>2007-05-30 01:35:12 +0000
commit53d88c4cdf0f28e5759a8d29b3152ba1ce8ff1cb (patch)
tree543d54b42b55be08f5c59438aaea21274d7fecbe /audio/xmms2
parentff5fe886f4fde6432716bd753b9a76c5bb693d35 (diff)
downloadports-53d88c4cdf0f28e5759a8d29b3152ba1ce8ff1cb.tar.gz
ports-53d88c4cdf0f28e5759a8d29b3152ba1ce8ff1cb.zip
- fix libxml2 dependency
PR: 113141 Submitted by: Dima Panov <fluffy@ael.ru>
Notes
Notes: svn path=/head/; revision=192343
Diffstat (limited to 'audio/xmms2')
-rw-r--r--audio/xmms2/Makefile2
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"