diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 04:53:30 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 04:53:30 +0000 |
commit | 4c606047a956a9da08c3ebd53aa7c42f8a026703 (patch) | |
tree | f687a576fc29341995ed13d178bfc95a59162a7a | |
parent | f9085ee19ed07ac9ca06c0f6e660a2fd37ee25cf (diff) | |
download | pkgsrc-4c606047a956a9da08c3ebd53aa7c42f8a026703.tar.gz |
Convert to buildlink3.
-rw-r--r-- | security/otpcalc/Makefile | 6 | ||||
-rw-r--r-- | textproc/urlview/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/otpcalc/Makefile b/security/otpcalc/Makefile index 7a6975054ca..1f581aa6869 100644 --- a/security/otpcalc/Makefile +++ b/security/otpcalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/24 15:00:22 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/25 04:55:22 snj Exp $ # DISTNAME= otpCalc-0.96 @@ -12,7 +12,7 @@ COMMENT= OTP and S/Key calculator for X GNU_CONFIGURE= YES USE_GNU_TOOLS+= make -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES ALL_TARGET= otpCalc otpCalc.1 @@ -20,5 +20,5 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/otpCalc ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/otpCalc.1 ${PREFIX}/man/man1 -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index a933bbbd53e..9a7808ca18c 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/09/28 09:13:59 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/25 04:53:30 snj Exp $ DISTNAME= urlview-0.9 PKGREVISION= 1 @@ -12,7 +12,7 @@ MAINTAINER= tron@NetBSD.org COMMENT= Extract URLs from text files and display them in a menu GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes -.include "../../devel/ncurses/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |