diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 05:53:28 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 05:53:28 +0000 |
commit | 916f6d64105edc33c30a5a7029122a09a2478ce0 (patch) | |
tree | b448f255b8f1a6955e55fb2d7ef24133697eeb3c /graphics | |
parent | d36119bbcf6fec494f39eaf4512c49a4bbadcdb9 (diff) | |
download | pkgsrc-916f6d64105edc33c30a5a7029122a09a2478ce0.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/openptc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/openptc/Makefile b/graphics/openptc/Makefile index 7832414759c..35051e92244 100644 --- a/graphics/openptc/Makefile +++ b/graphics/openptc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/24 15:46:44 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/18 05:53:28 snj Exp $ DISTNAME= OpenPTC-x11-1.0.0-2 PKGNAME= OpenPTC-X11-1.0.02 @@ -11,11 +11,11 @@ COMMENT= Prometheus Truecolour for X11 WRKSRC= ${WRKDIR}/OpenPTC-x11-1.0.0 GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_X11BASE= yes BUILDLINK_DEPENDS.Hermes= Hermes>=1.3.2nb1 -.include "../../graphics/hermes/buildlink2.mk" +.include "../../graphics/hermes/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |