diff options
author | kristerw <kristerw> | 2005-03-27 17:13:40 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-03-27 17:13:40 +0000 |
commit | bdda7b3c490671251fff6a04cca0221488ce5afa (patch) | |
tree | a502458085d401b3714c537cb28e6a8b020d6b9c /games/xroach | |
parent | 33feca50bb4e61ce9c104fe013f609abadd7ba0e (diff) | |
download | pkgsrc-bdda7b3c490671251fff6a04cca0221488ce5afa.tar.gz |
This package uses X11, so set USE_X11=YES.
Diffstat (limited to 'games/xroach')
-rw-r--r-- | games/xroach/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xroach/Makefile b/games/xroach/Makefile index 9bd495af9b5..1b3c68b89c2 100644 --- a/games/xroach/Makefile +++ b/games/xroach/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/02/21 20:26:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2005/03/27 17:13:40 kristerw Exp $ # DISTNAME= xroach @@ -13,5 +13,6 @@ COMMENT= Cockroaches hide under your windows DIST_SUBDIR= xroach-4.4 DECOMPRESS_CMD= ${CAT} MANCOMPRESSED_IF_MANZ= yes +USE_X11= YES .include "../../mk/bsd.pkg.mk" |