From 043ab963749b562881463a81041daddd0da21e6b Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 29 Oct 2003 03:12:40 +0000 Subject: Move inclusion of bsd.port.pre.mk after the basic definitions. --- graphics/xmms-xvs/Makefile | 12 ++++++------ japanese/skkfep/Makefile | 8 ++++---- 2 files changed, 10 insertions(+), 10 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 - -.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 + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-patch: @${REINPLACE_CMD} -e 's| .if ${OSVERSION} >= 501000 BROKEN= "Does not compile on FreeBSD ${OSVERSION}" .endif -RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk - -WRKSRC= ${WRKDIR}/${PORTNAME} - MAN1= skkfep.1 do-install: -- cgit v1.2.3