diff options
author | cjep <cjep> | 2003-06-08 19:19:32 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-06-08 19:19:32 +0000 |
commit | 66d6cc5ea8f2ae26cb4bbadcb3214895c85f3f1f (patch) | |
tree | 1637629d4d8ebf46fae5078a353cc2de49b1b57b /games | |
parent | 97fa3511ea1aabf9ff8581faca34914bfe8da054 (diff) | |
download | pkgsrc-66d6cc5ea8f2ae26cb4bbadcb3214895c85f3f1f.tar.gz |
This package does not need USE_X11BASE. Fixes PR#21684 from Soren Jacobsen.
Diffstat (limited to 'games')
-rw-r--r-- | games/galaxa/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/galaxa/Makefile b/games/galaxa/Makefile index 400c7109e50..ec4d73dd3a5 100644 --- a/games/galaxa/Makefile +++ b/games/galaxa/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2003/03/29 12:41:04 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2003/06/08 19:19:32 cjep Exp $ # DISTNAME= galaxa.0.1 PKGNAME= galaxa-0.1 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/galaxa CATEGORIES= games x11 MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/galaxa/ @@ -12,7 +13,7 @@ HOMEPAGE= http://www.newbreedsoftware.com/galaxa/ COMMENT= Space game based loosely on "Galaga" MAKEFILE= makefile -USE_X11BASE= yes +USE_X11= yes pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/galaxa |