diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:20:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:20:21 +0000 |
commit | b4bc06c5bf235d3ef9bb28dc9572c9aeb3aec895 (patch) | |
tree | f5a61ace04f6bcd90adce1a5b93a4651e873b1da /security/bjorb | |
parent | 39475894a904806d7127c1dc1169c2e0437343c2 (diff) | |
download | ports-b4bc06c5bf235d3ef9bb28dc9572c9aeb3aec895.tar.gz ports-b4bc06c5bf235d3ef9bb28dc9572c9aeb3aec895.zip |
Notes
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 |