summaryrefslogtreecommitdiff
path: root/graphics/xmms-xvs/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-29 03:12:40 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-29 03:12:40 +0000
commit043ab963749b562881463a81041daddd0da21e6b (patch)
tree077997efe24e3f360a2b38605fa4ec0bae55c6d9 /graphics/xmms-xvs/Makefile
parent- honor given LDFLAGS (diff)
Move inclusion of bsd.port.pre.mk after the basic definitions.
Notes
Notes: svn path=/head/; revision=92515
Diffstat (limited to '')
-rw-r--r--graphics/xmms-xvs/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/xmms-xvs/Makefile b/graphics/xmms-xvs/Makefile
index 67c906a89759..4e00f0b9fc15 100644
--- a/graphics/xmms-xvs/Makefile
+++ b/graphics/xmms-xvs/Makefile
@@ -15,12 +15,6 @@ DISTNAME= xvs-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= X Visualization System, a plugin for XMMS
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
-.endif
-
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
@@ -34,6 +28,12 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= XMMS_CONFIG="${XMMS_CONFIG}"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|<xml|<libxml/xml|g' ${WRKSRC}/configure