summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgrant <grant>2003-09-22 03:15:33 +0000
committergrant <grant>2003-09-22 03:15:33 +0000
commitc1dbdf1d1f60e4f5a494ec67509bdfccc1e67567 (patch)
tree62bbe3914b3d6d22d4362409908cf7ebf4234403 /security
parenta0ec2c3b1e1d3d331cd94e4f0c5a2a03f966ddd7 (diff)
downloadpkgsrc-c1dbdf1d1f60e4f5a494ec67509bdfccc1e67567.tar.gz
style nits
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index b313c24a785..544750572af 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2003/09/10 16:23:27 jlam Exp $
+# $NetBSD: Makefile,v 1.80 2003/09/22 03:15:33 grant Exp $
DISTNAME= openssl-0.9.6g
PKGREVISION= 2
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+= rsaref
PLIST_RSAREF= ${PKGDIR}/PLIST.rsaref
.endif
-.if (${OPSYS} == "SunOS") && (${MACHINE_ARCH} == "sparc")
+.if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "sparc"
CONFIGURE_SCRIPT= ./Configure
. if !empty(CC:M*gcc*)
CONFIGURE_ARGS+= solaris-${SPARC_TARGET_ARCH}-gcc
@@ -65,7 +65,6 @@ OWN_DIRS= ${PKG_SYSCONFDIR}/certs ${PKG_SYSCONFDIR}/private
.if ${OPSYS} == "NetBSD"
PKG_SYSCONFDIR.${PKGBASE}?= /etc/openssl
-
. if !exists(/usr/libexec/ld.elf_so) && !exists(/usr/libexec/ld.so)
PKG_FAIL_REASON= ${PKGNAME} requires shared object support
. endif