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 /security/otpcalc | |
parent | f9085ee19ed07ac9ca06c0f6e660a2fd37ee25cf (diff) | |
download | pkgsrc-4c606047a956a9da08c3ebd53aa7c42f8a026703.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'security/otpcalc')
-rw-r--r-- | security/otpcalc/Makefile | 6 |
1 files changed, 3 insertions, 3 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" |