diff options
author | andreas <andreas@FreeBSD.org> | 1997-08-16 18:51:04 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-08-16 18:51:04 +0800 |
commit | 2fd5accc3b9bcdded3359080ae898c934b273850 (patch) | |
tree | 9c12c7077a51b63c797495a37960621d273dca13 /security/openssl/Makefile | |
parent | 742676d619f647cec6a275598e847e68db13cc32 (diff) | |
download | freebsd-ports-gnome-2fd5accc3b9bcdded3359080ae898c934b273850.tar.gz freebsd-ports-gnome-2fd5accc3b9bcdded3359080ae898c934b273850.tar.zst freebsd-ports-gnome-2fd5accc3b9bcdded3359080ae898c934b273850.zip |
BUILD_DEPENDS was not ok, now comes the really needed LIB_DEPENDS line ;-)
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index a7d2ad4670de..b949fc731976 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Aug 1997 # Whom: markm@freebsd.org # -# $Id: Makefile,v 1.11 1997/08/15 15:31:57 markm Exp $ +# $Id: Makefile,v 1.12 1997/08/16 10:24:56 andreas Exp $ DISTNAME= SSLeay-0.8.1 CATEGORIES= devel security @@ -24,7 +24,7 @@ pre-fetch: @false .elif defined(USA_RESIDENT) .if ${USA_RESIDENT} == YES -BUILD_DEPENDS= rsaref:${PORTSDIR}/security/rsaref +LIB_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref post-configure: ${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h |