diff options
author | snj <snj> | 2004-04-13 21:31:36 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-13 21:31:36 +0000 |
commit | d4d739b7175289430c13ba3e99221f12de93a84c (patch) | |
tree | 0fbfb673a9f5b6add1cbde5dd4bd008e3ec7e878 /x11 | |
parent | eb5a7c5e8996e05b64f2989290b9361d5d1899a0 (diff) | |
download | pkgsrc-d4d739b7175289430c13ba3e99221f12de93a84c.tar.gz |
Convert to buildlink3. Remove superfluous USE_X11BASE.
Diffstat (limited to 'x11')
-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" |