diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-29 11:12:40 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-29 11:12:40 +0800 |
commit | ef561a264a9e0d5d3a69e79c06d051f82f6cbac8 (patch) | |
tree | 316ff49a823d2bd7cb1e4047d75ad46e128082e4 | |
parent | 4b8ce60c28e8c84ff0658d548a9c14705667e9fc (diff) | |
download | freebsd-ports-gnome-ef561a264a9e0d5d3a69e79c06d051f82f6cbac8.tar.gz freebsd-ports-gnome-ef561a264a9e0d5d3a69e79c06d051f82f6cbac8.tar.zst freebsd-ports-gnome-ef561a264a9e0d5d3a69e79c06d051f82f6cbac8.zip |
Move inclusion of bsd.port.pre.mk after the basic definitions.
-rw-r--r-- | graphics/xmms-xvs/Makefile | 12 | ||||
-rw-r--r-- | 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 <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 diff --git a/japanese/skkfep/Makefile b/japanese/skkfep/Makefile index 605c6c570695..06dc11d7d56b 100644 --- a/japanese/skkfep/Makefile +++ b/japanese/skkfep/Makefile @@ -15,16 +15,16 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= SKK-like Kana-to-Kanji FrontEnd Processor +RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk + +WRKSRC= ${WRKDIR}/${PORTNAME} + .include <bsd.port.pre.mk> .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: |