mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Fix build error.
Resign maintainership. I don't really use XMMS these days. Reported by: Adam Weinberger <adam@vectors.cx>, bento PR: 41097
This commit is contained in:
parent
ebdffba8fb
commit
ee96d11805
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68230
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user