diff options
author | fredb <fredb> | 2001-03-24 02:35:56 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-03-24 02:35:56 +0000 |
commit | 34350af53fe20b9a06b02213ed07c8f567af6316 (patch) | |
tree | bf0c67a2f7b3a3cd7b5498ef2009b4a26e496341 | |
parent | a736b8a9939c480b56aa387c5d9a959c7f969619 (diff) | |
download | pkgsrc-34350af53fe20b9a06b02213ed07c8f567af6316.tar.gz |
This package is not interactive.
Remove obsolete warning about setting USA_RESIDENT.
-rw-r--r-- | security/rsaref/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index de481e5d4dc..f3dd3472cc9 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/02/25 04:18:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.23 2001/03/24 02:35:56 fredb Exp $ # DISTNAME= rsaref @@ -12,21 +12,12 @@ MAINTAINER= tv@netbsd.org COMMENT= Encryption/authentication library, RSA/MDX/DES CRYPTO= yes -IS_INTERACTIVE= yes # requires options to be set in order to use LICENSE= no-commercial-use USE_LIBTOOL= yes MAKEFILE= unix/makefile ALL_TARGET= librsaref.la -fetch-depends: - @if [ "X${USA_RESIDENT}" != XYES ]; then \ - ${ECHO} "This package is legal for use only within the United States."; \ - ${ECHO} "You must set the variable USA_RESIDENT to YES to enable"; \ - ${ECHO} "use of the rsaref package."; \ - ${FALSE}; \ - fi - do-configure: @${RM} -f ${WRKDIR}/source/rsaref && ${LN} -sf . ${WRKDIR}/source/rsaref |