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/bjorb | |
parent | 434a6004233b91817e4e753b0a8cd2c168fff179 (diff) | |
download | freebsd-ports-gnome-3b2fcccacfdccffa3219c06c9150f1f4592856ef.tar.gz freebsd-ports-gnome-3b2fcccacfdccffa3219c06c9150f1f4592856ef.tar.zst freebsd-ports-gnome-3b2fcccacfdccffa3219c06c9150f1f4592856ef.zip |
security/rsaref has been ELFized.
Diffstat (limited to 'security/bjorb')
-rw-r--r-- | security/bjorb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/bjorb/Makefile b/security/bjorb/Makefile index c72c21f8e65d..97e163dc9101 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 |