diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-15 19:18:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-15 19:18:52 +0000 |
commit | 81aaa91e35da3dd79e1fc30ac138f6e4f547c371 (patch) | |
tree | 75ff663ee79004e286db115f499597514f3f24b0 /games/xbreaky | |
parent | 1f608d43867234f2016cafdbfddd65e5ef750e4f (diff) | |
download | pkgsrc-81aaa91e35da3dd79e1fc30ac138f6e4f547c371.tar.gz |
Add USE_XPM.
Diffstat (limited to 'games/xbreaky')
-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" |