diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
commit | 40359543350f97f6f4ce738f77467358da339880 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /games/xtris | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'games/xtris')
-rw-r--r-- | games/xtris/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xtris/Makefile b/games/xtris/Makefile index 9eb5f39b702..95f09a2955d 100644 --- a/games/xtris/Makefile +++ b/games/xtris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/06 11:55:04 asau Exp $ +# $NetBSD: Makefile,v 1.21 2015/07/04 16:18:35 joerg Exp $ # DISTNAME= xtris-1.15 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.iagora.com/~espel/xtris/xtris.html COMMENT= Multi-player version of a popular game for the X Window system WRKSRC= ${WRKDIR}/xtris -USE_X11BASE= yes LIBS.SunOS+= -lsocket -lnsl MAKE_ENV+= LIBS=${LIBS:Q} |