diff options
Diffstat (limited to 'x11/speyes')
-rw-r--r-- | x11/speyes/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/speyes/Makefile b/x11/speyes/Makefile index a9f28359042..deeb3489ee4 100644 --- a/x11/speyes/Makefile +++ b/x11/speyes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:06:47 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/21 01:34:28 wiz Exp $ DISTNAME= speyes-1.2.0 CATEGORIES= x11 @@ -8,8 +8,9 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.halcyon.com/amalmin/speyes/speyes.html COMMENT= South Park Eyes -USE_X11BASE= YES -USE_XPM= YES +USE_BUILDLINK2= YES USE_IMAKE= YES +USE_X11BASE= YES +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |