diff options
author | wiz <wiz> | 2000-12-15 19:18:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-15 19:18:52 +0000 |
commit | 43a10327840562e7d46b7ae60b380f325a5525e1 (patch) | |
tree | 75ff663ee79004e286db115f499597514f3f24b0 /games | |
parent | 0ba9bcc43f12084fa94624e3e2d193ff92ff1422 (diff) | |
download | pkgsrc-43a10327840562e7d46b7ae60b380f325a5525e1.tar.gz |
Add USE_XPM.
Diffstat (limited to 'games')
-rw-r--r-- | games/xbreaky/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xbreaky/Makefile b/games/xbreaky/Makefile index dc18edb94c4..3d24f0a0e69 100644 --- a/games/xbreaky/Makefile +++ b/games/xbreaky/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 18:04:19 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/15 19:18:52 wiz Exp $ # DISTNAME= xbreaky-0.0.4 @@ -9,5 +9,6 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://xbreaky.sourceforge.net/ USE_X11BASE= yes +USE_XPM= yes .include "../../mk/bsd.pkg.mk" |