aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1997-08-16 21:15:03 +0800
committerandreas <andreas@FreeBSD.org>1997-08-16 21:15:03 +0800
commitddd81d3685c293458592d0c119f11e3893fe7228 (patch)
tree1d21e254e7babd43a99b7bdbb8585063ab47b570 /security
parent5474bda560be0c70f18b9f41bf475ba1d91382fd (diff)
downloadfreebsd-ports-gnome-ddd81d3685c293458592d0c119f11e3893fe7228.tar.gz
freebsd-ports-gnome-ddd81d3685c293458592d0c119f11e3893fe7228.tar.zst
freebsd-ports-gnome-ddd81d3685c293458592d0c119f11e3893fe7228.zip
Shame on me ... we need BUILD_DEPEND, not LIB_DEPEND.
It must be the heat ;-)
Diffstat (limited to 'security')
-rw-r--r--security/openssl-beta/Makefile4
-rw-r--r--security/openssl/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index cee99512e2a4..1a459f2b44f5 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 Aug 1997
# Whom: markm@freebsd.org
#
-# $Id: Makefile,v 1.13 1997/08/16 10:51:04 andreas Exp $
+# $Id: Makefile,v 1.14 1997/08/16 12:19:55 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
-LIB_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref
+BUILD_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref
post-configure:
${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index cee99512e2a4..1a459f2b44f5 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.13 1997/08/16 10:51:04 andreas Exp $
+# $Id: Makefile,v 1.14 1997/08/16 12:19:55 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
-LIB_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref
+BUILD_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref
post-configure:
${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h