diff options
author | asami <asami@FreeBSD.org> | 1998-09-25 18:20:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-25 18:20:21 +0800 |
commit | 3b2fcccacfdccffa3219c06c9150f1f4592856ef (patch) | |
tree | 64fe759f624845b9365451c7939c217aa68b5ae7 /security | |
parent | 434a6004233b91817e4e753b0a8cd2c168fff179 (diff) | |
download | freebsd-ports-graphics-3b2fcccacfdccffa3219c06c9150f1f4592856ef.tar.gz freebsd-ports-graphics-3b2fcccacfdccffa3219c06c9150f1f4592856ef.tar.zst freebsd-ports-graphics-3b2fcccacfdccffa3219c06c9150f1f4592856ef.zip |
security/rsaref has been ELFized.
Diffstat (limited to 'security')
-rw-r--r-- | security/bjorb/Makefile | 4 | ||||
-rw-r--r-- | security/openssl-beta/Makefile | 4 | ||||
-rw-r--r-- | security/openssl/Makefile | 4 | ||||
-rw-r--r-- | security/pgp/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/security/bjorb/Makefile b/security/bjorb/Makefile index c72c21f8e65..97e163dc910 100644 --- a/security/bjorb/Makefile +++ b/security/bjorb/Makefile @@ -3,7 +3,7 @@ # Date created: May 16, 1998 # Whom: issei@jp.FreeBSD.ORG # -# $Id: Makefile,v 1.1.1.1 1998/07/20 02:39:04 steve Exp $ +# $Id: Makefile,v 1.2 1998/08/30 15:35:03 steve Exp $ # DISTNAME= bjorb-0.5.4p4 @@ -21,7 +21,7 @@ pre-fetch: @${FALSE} .elif defined(USA_RESIDENT) .if ${USA_RESIDENT} == YES -LIB_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref +LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref .endif .endif BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 391f02e36d0..46744d6d5c3 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.19 1998/08/21 22:04:29 max Exp $ +# $Id: Makefile,v 1.20 1998/08/27 16:38:02 markm Exp $ # DISTNAME= SSLeay-0.9.0b @@ -25,7 +25,7 @@ pre-fetch: @false .elif defined(USA_RESIDENT) .if ${USA_RESIDENT} == YES -LIB_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref +LIB_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 391f02e36d0..46744d6d5c3 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.19 1998/08/21 22:04:29 max Exp $ +# $Id: Makefile,v 1.20 1998/08/27 16:38:02 markm Exp $ # DISTNAME= SSLeay-0.9.0b @@ -25,7 +25,7 @@ pre-fetch: @false .elif defined(USA_RESIDENT) .if ${USA_RESIDENT} == YES -LIB_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref +LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref post-configure: ${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h diff --git a/security/pgp/Makefile b/security/pgp/Makefile index d039196ae4c..3390e2c9c28 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -5,7 +5,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.19 1997/02/02 21:45:31 ache Exp $ +# $Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp $ # # Pick an initial default, else it doesn't get set in the INDEX. @@ -54,7 +54,7 @@ EXTRACT_SUFX= .zip WRKSRC= ${WRKDIR}/src BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS+= rsaref\\.2\\.0:${PORTSDIR}/security/rsaref +LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref EXTRACT_CMD= unzip EXTRACT_ARGS= -q FILESDIR= ${.CURDIR}/files.usa |