diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-15 00:23:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-15 00:23:18 +0800 |
commit | 24cf383d3fab624baf37c8047b7670954b2ca805 (patch) | |
tree | 90805cf7c015bc92691659ec2f75bc665a8652f5 | |
parent | 3b585c73166e7247d77475a9d1b77e21ef4da4f4 (diff) | |
download | freebsd-ports-gnome-24cf383d3fab624baf37c8047b7670954b2ca805.tar.gz freebsd-ports-gnome-24cf383d3fab624baf37c8047b7670954b2ca805.tar.zst freebsd-ports-gnome-24cf383d3fab624baf37c8047b7670954b2ca805.zip |
- Remove useless bmake/fmake check
- While here convert USE_GMAKE to USES
-rw-r--r-- | databases/libdbi-drivers/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-cego/Makefile | 6 | ||||
-rw-r--r-- | databases/virtuoso/Makefile | 4 | ||||
-rw-r--r-- | games/corewars/Makefile | 3 | ||||
-rw-r--r-- | games/noegnud-slashem/Makefile | 6 | ||||
-rw-r--r-- | games/openalchemist/Makefile | 6 | ||||
-rw-r--r-- | games/quake3-ut/Makefile | 4 | ||||
-rw-r--r-- | lang/asn1c/Makefile | 5 |
8 files changed, 6 insertions, 30 deletions
diff --git a/databases/libdbi-drivers/Makefile b/databases/libdbi-drivers/Makefile index a2f6d80976ec..4924b9bc5cf9 100644 --- a/databases/libdbi-drivers/Makefile +++ b/databases/libdbi-drivers/Makefile @@ -43,9 +43,7 @@ FREETDS_CONFIGURE_WITH= freetds PLIST_SUB+= INGRES="@comment " PLIST_SUB+= ORACLE="@comment " -.if defined(.PARSEDIR) USES+= gmake -.endif post-patch: @${REINPLACE_CMD} -e 's|-O20|${CFLAGS}|g' \ diff --git a/databases/p5-DBD-cego/Makefile b/databases/p5-DBD-cego/Makefile index 201b798a4ca2..ff533c9d2cfc 100644 --- a/databases/p5-DBD-cego/Makefile +++ b/databases/p5-DBD-cego/Makefile @@ -16,11 +16,7 @@ BUILD_DEPENDS= p5-DBI>=1.628:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= p5-DBI>=1.628:${PORTSDIR}/databases/p5-DBI LIB_DEPENDS= libcego.so:${PORTSDIR}/databases/cego -.if defined(.PARSEDIR) -USES= gmake -.endif - -USES+= perl5 +USES= perl5 gmake USE_PERL5= configure CC:= ${CXX} diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile index 4efd4264bfc4..e659422865fd 100644 --- a/databases/virtuoso/Makefile +++ b/databases/virtuoso/Makefile @@ -21,9 +21,7 @@ BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk\ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif +USES= gmake USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-readline\ diff --git a/games/corewars/Makefile b/games/corewars/Makefile index b33a5c3dd935..9e2f2babc286 100644 --- a/games/corewars/Makefile +++ b/games/corewars/Makefile @@ -16,10 +16,7 @@ USE_GNOME= gtk12 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib - -.if defined(.PARSEDIR) USES= gmake -.endif post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/games/noegnud-slashem/Makefile b/games/noegnud-slashem/Makefile index 408ac31035b8..7761f49d2b03 100644 --- a/games/noegnud-slashem/Makefile +++ b/games/noegnud-slashem/Makefile @@ -18,7 +18,7 @@ COMMENT= The noeGNUd UI for the SLASH'EM variant of Nethack RUN_DEPENDS= ${LOCALBASE}/share/${NOEGNUDVERSION}/data/gui:${PORTSDIR}/games/noegnud-data NOEGNUDVERSION= ${PORTNAME}-0.8.0 -USES= bison +USES= bison gmake USE_GL= yes WANT_SDL= yes USE_SDL= sdl image mixer @@ -29,10 +29,6 @@ ALL_TARGET= se006e4f8 INSTALL_TARGET= install_se006e4f8 MAKE_JOBS_UNSAFE= yes -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif - NO_STAGE= yes .include <bsd.port.pre.mk> diff --git a/games/openalchemist/Makefile b/games/openalchemist/Makefile index 2f76f22aa51e..e1135359d536 100644 --- a/games/openalchemist/Makefile +++ b/games/openalchemist/Makefile @@ -32,13 +32,9 @@ USE_GNOME= pygtk2 USE_XORG= xxf86vm xi x11 xmu xext xdamage xfixes xau xdmcp xt sm ice USE_GL= gl glu USE_SDL= sdl gfx -USES= pkgconfig iconv shebangfix +USES= pkgconfig iconv shebangfix gmake SHEBANG_FILES= openalchemist-config -.if defined(.PARSEDIR) -USES+= gmake -.endif - PORTDOCS= AUTHORS ChangeLog README TODO post-patch: diff --git a/games/quake3-ut/Makefile b/games/quake3-ut/Makefile index 4734dc33c026..80de35c7cb13 100644 --- a/games/quake3-ut/Makefile +++ b/games/quake3-ut/Makefile @@ -14,9 +14,7 @@ COMMENT= Quake III Arena mod: Urban Terror NO_PACKAGE= package will be 445MB, set FORCE_PACKAGE if you really want it USE_ZIP= yes -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif +USES= gmake NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/lang/asn1c/Makefile b/lang/asn1c/Makefile index 11a6ffa9deb4..ec402ab660be 100644 --- a/lang/asn1c/Makefile +++ b/lang/asn1c/Makefile @@ -11,11 +11,8 @@ MAINTAINER= vlm@lionet.info COMMENT= Modern ASN.1 to C compiler GNU_CONFIGURE= yes -USES= perl5 +USES= perl5 gmake SUB_FILES= pkg-message -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif MAN1= asn1c.1 enber.1 unber.1 |