aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-08 14:17:56 +0800
committerjkh <jkh@FreeBSD.org>1998-10-08 14:17:56 +0800
commitf8364d5edb75b5ef15f6ca4830ac57baf7bc7c0a (patch)
treeba1e9e2ca0be4b1491e338b5bb3efcbcf60bdd6d /security
parentbbcbe775f429eb533ebde793df0448c7463fe0de (diff)
downloadfreebsd-ports-graphics-f8364d5edb75b5ef15f6ca4830ac57baf7bc7c0a.tar.gz
freebsd-ports-graphics-f8364d5edb75b5ef15f6ca4830ac57baf7bc7c0a.tar.zst
freebsd-ports-graphics-f8364d5edb75b5ef15f6ca4830ac57baf7bc7c0a.zip
Better depends.
Also Suggested by: asami
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile5
-rw-r--r--security/ssh2/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 1c4428d0a7a..92572074f80 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.67 1998/10/08 03:42:23 jkh Exp $
+# $Id: Makefile,v 1.68 1998/10/08 06:16:18 jkh Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -27,7 +27,8 @@ MASTER_SITES= \
ftp://isdec.vc.cvut.cz/pub/security/unimi/crypt/applied-crypto/
CONFIGURE_ARGS+= --with-rsaref
-BUILD_DEPENDS+= ${PORTSDIR}/security/rsaref/work/.extract_done:${PORTSDIR}/security/rsaref
+LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref
+BUILD_DEPENDS+= /nonexistent:${PORTSDIR}/security/rsaref:extract
.endif
#
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 1c4428d0a7a..92572074f80 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.67 1998/10/08 03:42:23 jkh Exp $
+# $Id: Makefile,v 1.68 1998/10/08 06:16:18 jkh Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -27,7 +27,8 @@ MASTER_SITES= \
ftp://isdec.vc.cvut.cz/pub/security/unimi/crypt/applied-crypto/
CONFIGURE_ARGS+= --with-rsaref
-BUILD_DEPENDS+= ${PORTSDIR}/security/rsaref/work/.extract_done:${PORTSDIR}/security/rsaref
+LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref
+BUILD_DEPENDS+= /nonexistent:${PORTSDIR}/security/rsaref:extract
.endif
#