diff options
author | kris <kris@FreeBSD.org> | 2005-10-12 10:48:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-12 10:48:19 +0800 |
commit | 9fbbf504206491a1a90d464fd108ac07260f69d3 (patch) | |
tree | 4cb0b5e5e0b79aa15767c1f61bc5c330e1f7b3b1 /games | |
parent | 3ea3441c60d5b96aaba7e0b24ef824549aafdae7 (diff) | |
download | freebsd-ports-gnome-9fbbf504206491a1a90d464fd108ac07260f69d3.tar.gz freebsd-ports-gnome-9fbbf504206491a1a90d464fd108ac07260f69d3.tar.zst freebsd-ports-gnome-9fbbf504206491a1a90d464fd108ac07260f69d3.zip |
Add USE_GMAKE to fix build
Diffstat (limited to 'games')
-rw-r--r-- | games/bs/Makefile | 1 | ||||
-rw-r--r-- | games/empire/Makefile | 1 | ||||
-rw-r--r-- | games/galaxis/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile index 3887402a84af..b2dee1e85af7 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -15,6 +15,7 @@ COMMENT= Battleships solitaire game with a color interface MAKE_ARGS= CC="${CC}" ALL_TARGET= # empty +USE_GMAKE= yes MAN6= bs.6 PLIST_FILES= bin/bs diff --git a/games/empire/Makefile b/games/empire/Makefile index e41a7eb562f8..a4f3433d228b 100644 --- a/games/empire/Makefile +++ b/games/empire/Makefile @@ -17,6 +17,7 @@ COMMENT= Solitaire empire game "VMS Empire" MAN6= empire.6 PLIST_FILES= bin/empire %%DOCSDIR%%/BUGS %%DOCSDIR%%/README PLIST_DIRS= %%DOCSDIR%% +USE_GMAKE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin/empire diff --git a/games/galaxis/Makefile b/games/galaxis/Makefile index 50ae8d5ee060..3202998a7a05 100644 --- a/games/galaxis/Makefile +++ b/games/galaxis/Makefile @@ -15,6 +15,7 @@ COMMENT= Clone of the nifty little Macintosh game MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" ALL_TARGET= ${PORTNAME} +USE_GMAKE= yes MAN6= galaxis.6 PLIST_FILES= bin/galaxis |