diff options
author | snj <snj@pkgsrc.org> | 2004-04-13 21:31:36 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-13 21:31:36 +0000 |
commit | e138762fe164fc8382392c8f4e464e728beedcfb (patch) | |
tree | 0fbfb673a9f5b6add1cbde5dd4bd008e3ec7e878 /x11/speyes | |
parent | 6a67cfb238d4a3a3fe27e20380dd237cb450f62b (diff) | |
download | pkgsrc-e138762fe164fc8382392c8f4e464e728beedcfb.tar.gz |
Convert to buildlink3. Remove superfluous USE_X11BASE.
Diffstat (limited to 'x11/speyes')
-rw-r--r-- | x11/speyes/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/speyes/Makefile b/x11/speyes/Makefile index 5bf537d327d..efad20f49eb 100644 --- a/x11/speyes/Makefile +++ b/x11/speyes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/11/08 05:38:00 xtraeme Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/13 21:31:36 snj Exp $ DISTNAME= speyes-1.2.0 CATEGORIES= x11 @@ -8,9 +8,8 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.okb-1.org/speyes/speyes.html COMMENT= South Park XEyes clone -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES -USE_X11BASE= YES -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |