diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 01:34:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 01:34:28 +0000 |
commit | 1f58a377087583373bf779482326ee037801a958 (patch) | |
tree | 2838b7977fac29154d3e4d7693a14f62eb78f1c8 /x11/speyes | |
parent | 022dd28384c6c191c13f978824b86df2752882e4 (diff) | |
download | pkgsrc-1f58a377087583373bf779482326ee037801a958.tar.gz |
Convert to buildlink2.
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" |