diff options
author | agc <agc> | 1998-09-01 14:29:28 +0000 |
---|---|---|
committer | agc <agc> | 1998-09-01 14:29:28 +0000 |
commit | 5592bd0679b1a8e0a396e26f5217a5cbf08d0420 (patch) | |
tree | fad0852944d12b5771cf07e1c6e47e51fc27cc23 /security/rsaref | |
parent | f02ca765ed4b7f5e990954dfe75fbf3b7004bde0 (diff) | |
download | pkgsrc-5592bd0679b1a8e0a396e26f5217a5cbf08d0420.tar.gz |
Define USE_LIBTOOL, and use the ${LIBTOOL} definition appropriately.
Diffstat (limited to 'security/rsaref')
-rw-r--r-- | security/rsaref/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 657b8a4eda2..52889fe3354 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/08/20 15:17:24 tsarna Exp $ +# $NetBSD: Makefile,v 1.10 1998/09/01 14:29:28 agc Exp $ # DISTNAME= rsaref20 @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.rsa.com/rsalabs/newfaq/q174.html -BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool +USE_LIBTOOL= yes RESTRICTED= "Cryptographic source usable only within the USA" MIRROR_DISTFILE= no @@ -45,7 +45,7 @@ do-configure: do-install: ${MKDIR} ${PREFIX}/include/rsaref ${PREFIX}/share/doc/rsaref cd ${WRKSRC} && \ - ${PREFIX}/bin/libtool --mode=install ${INSTALL_DATA} \ + ${LIBTOOL} --mode=install ${INSTALL_DATA} \ librsaref.la ${PREFIX}/lib cd ${WRKDIR}/source && \ ${INSTALL_DATA} des.h global.h md2.h md5.h rsa.h rsaref.h \ |