aboutsummaryrefslogtreecommitdiff
path: root/games/xinfocom
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
commit1e3119b07ebe66367ead55242a47710e556bf383 (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /games/xinfocom
parent0dea0192303406b3b949a31479a4264b58bafce6 (diff)
downloadports-1e3119b07ebe66367ead55242a47710e556bf383.tar.gz
ports-1e3119b07ebe66367ead55242a47710e556bf383.zip
Notes
Diffstat (limited to 'games/xinfocom')
-rw-r--r--games/xinfocom/Makefile6
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>