diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-09-21 19:06:03 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-09-21 19:06:03 +0800 |
commit | 2b046d64117ade41e336404023c6f8150293fc4a (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /games/xinfocom/Makefile | |
parent | a68540824c2afc9f423babe69b1494598b151be9 (diff) | |
download | freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.gz freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.zst freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.zip |
- fix misplaced NO_STAGE in slaveports and ifdefs
Diffstat (limited to 'games/xinfocom/Makefile')
-rw-r--r-- | games/xinfocom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xinfocom/Makefile b/games/xinfocom/Makefile index 18a46476b9ce..186901bd04ae 100644 --- a/games/xinfocom/Makefile +++ b/games/xinfocom/Makefile @@ -14,11 +14,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= An Infocom game interpreter for X11 -PLIST_FILES= bin/xinfocom -WRKSRC= ${WRKDIR}/xinfocom +NO_STAGE= yes USES= imake USE_XORG= xt sm ice xext x11 +WRKSRC= ${WRKDIR}/xinfocom +PLIST_FILES= bin/xinfocom -NO_STAGE= yes .include <bsd.port.mk> |