diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-10-17 22:58:17 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-10-17 22:58:17 +0000 |
commit | ee96d11805f7f6ebd98e7f20b51d6f681c8eb97d (patch) | |
tree | 323491a44e31b6de7d82c7606df3081f06c48ad3 /graphics/xmms-xvs | |
parent | ebdffba8fb508f41e56744d7e5e39ac57b605188 (diff) | |
download | ports-ee96d11805f7f6ebd98e7f20b51d6f681c8eb97d.tar.gz ports-ee96d11805f7f6ebd98e7f20b51d6f681c8eb97d.zip |
Fix build error.
Resign maintainership. I don't really use XMMS these days.
Reported by: Adam Weinberger <adam@vectors.cx>, bento
PR: 41097
Notes
Notes:
svn path=/head/; revision=68230
Diffstat (limited to 'graphics/xmms-xvs')
-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 |