summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-05-08 20:21:58 +0000
committerjmmv <jmmv@pkgsrc.org>2004-05-08 20:21:58 +0000
commite1e000d96678b0ee05ccddd362f0ffebf178a12a (patch)
tree6cf0cb0f2d9ccb9b6b42bd8c298e9ad718e05a9d /security
parentec4f1b39a002eee38d34acee792ec216938c6460 (diff)
downloadpkgsrc-e1e000d96678b0ee05ccddd362f0ffebf178a12a.tar.gz
Convert to buildlink3.
While here, switch to tk 8.4 and bump PKGREVISION to 3.
Diffstat (limited to 'security')
-rw-r--r--security/tkpasman/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/tkpasman/Makefile b/security/tkpasman/Makefile
index 5fa150acbc1..42c0014c1d2 100644
--- a/security/tkpasman/Makefile
+++ b/security/tkpasman/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2004/03/26 02:27:54 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2004/05/08 20:21:58 jmmv Exp $
#
DISTNAME= TkPasMan-2.2a
PKGNAME= ${DISTNAME:S/TkPasMan/tkpasman/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.xs4all.nl/~wbsoft/linux/projects/
@@ -11,7 +11,7 @@ MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.xs4all.nl/~wbsoft/linux/tkpasman.html
COMMENT= Username and password manager that uses the Tk toolkit
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
CONFIG_SUBST= PREFIX="${PREFIX}"
CONFIG_SUBST+= SHELL="${SH}"
@@ -22,7 +22,7 @@ CONFIG_SUBST_SED= ${CONFIG_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/}
# SSL support
.if defined(TKPASMAN_USE_SSL) && ${TKPASMAN_USE_SSL} == "YES"
-. include "../../security/openssl/buildlink2.mk"
+. include "../../security/openssl/buildlink3.mk"
CONFIG_SUBST+= USE_OPENSSL="true"
CONFIG_SUBST+= OPENSSL="${BUILDLINK_PREFIX.openssl}/bin/openssl"
.else
@@ -43,5 +43,5 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkpasman
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkpasman
-.include "../../x11/tk83/buildlink2.mk"
+.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"