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/xzip | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'games/xzip')
-rw-r--r-- | games/xzip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xzip/Makefile b/games/xzip/Makefile index d153a1b932d..0445c928446 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/06 11:55:04 asau Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/04 16:18:35 joerg Exp $ DISTNAME= xzip180 PKGNAME= xzip-1.8 @@ -12,7 +12,6 @@ HOMEPAGE= http://www.eblong.com/zarf/xzip.html COMMENT= Z-code interpreter for X11 (Infocom game format) WRKSRC= ${WRKDIR}/xzip -USE_X11BASE= yes BUILD_TARGET= xzip INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 |