summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorwiz <wiz>2014-08-21 15:48:52 +0000
committerwiz <wiz>2014-08-21 15:48:52 +0000
commit18bacddc72bc4a76e3a566b16b1af50b7485e38b (patch)
tree82450399d0b945096faace22827fb264248865b0 /security/openssl
parentd0a6890c2af7629378e3b23684642df42bb6eb55 (diff)
downloadpkgsrc-18bacddc72bc4a76e3a566b16b1af50b7485e38b.tar.gz
Fix typo in previous. From PR 49131.
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 93668c249ec..f0497b5ce37 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.196 2014/08/21 08:02:56 wiz Exp $
+# $NetBSD: Makefile,v 1.197 2014/08/21 15:48:52 wiz Exp $
DISTNAME= openssl-1.0.1i
MASTER_SITES= http://ftp.openssl.org/source/
@@ -94,13 +94,13 @@ CONFIGURE_SCRIPT= ./Configure
.if defined(ABI) && ${ABI} == "64"
.if !empty(CC_VERSION:Mgcc*)
CONFIGURE_ARGS+= aix64-gcc
-.elif
+.else
CONFIGURE_ARGS+= aix64-cc
.endif
.else
.if !empty(CC_VERSION:Mgcc*)
CONFIGURE_ARGS+= aix-gcc
-.elif
+.else
CONFIGURE_ARGS+= aix-cc
.endif
.endif