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