diff options
author | anders <anders@FreeBSD.org> | 2002-10-18 06:58:17 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-10-18 06:58:17 +0800 |
commit | d9cf7dbee9ad4ccd7d06166391f0401fc0416030 (patch) | |
tree | a82594285ca7817516d1dc105c98eec87cc2cfed /graphics | |
parent | 7ec93521cfc35246ab29a8af75c5d0cf37db1a4d (diff) | |
download | freebsd-ports-gnome-d9cf7dbee9ad4ccd7d06166391f0401fc0416030.tar.gz freebsd-ports-gnome-d9cf7dbee9ad4ccd7d06166391f0401fc0416030.tar.zst freebsd-ports-gnome-d9cf7dbee9ad4ccd7d06166391f0401fc0416030.zip |
Fix build error.
Resign maintainership. I don't really use XMMS these days.
Reported by: Adam Weinberger <adam@vectors.cx>, bento
PR: 41097
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmms-xvs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/xmms-xvs/Makefile b/graphics/xmms-xvs/Makefile index 7d3e3e2bb206..5269abff9907 100644 --- a/graphics/xmms-xvs/Makefile +++ b/graphics/xmms-xvs/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://godot.tuniv.szczecin.pl/~jgregor/xvs/download/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ DISTNAME= xvs-${PORTVERSION} -MAINTAINER= anders@FreeBSD.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms @@ -22,7 +22,8 @@ USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV+= XML2_CONFIG="${LOCALBASE}/bin/xml2-config" \ - XMMS_CONFIG="${X11BASE}/bin/xmms-config" + XMMS_CONFIG="${X11BASE}/bin/xmms-config" \ + CFLAGS="-I${LOCALBASE}/include/libxml2/libxml ${CFLAGS}" USE_GMAKE= yes USE_X_PREFIX= yes |