diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-28 10:04:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-28 10:04:38 +0000 |
commit | d45229d6d0288e15ba0a240e9a09c3635d24d381 (patch) | |
tree | 701a9c78aac161bf76860d3b1add9621ebb2a962 | |
parent | 539ffbb6c8ba0a06817728258f048c828a290bae (diff) | |
download | pkgsrc-d45229d6d0288e15ba0a240e9a09c3635d24d381.tar.gz |
Add a missing endif in Solaris case.
-rw-r--r-- | security/john/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index 53567bdfa9a..06ce9938155 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2016/01/24 16:14:45 jperkin Exp $ +# $NetBSD: Makefile,v 1.24 2016/01/28 10:04:38 wiz Exp $ # DISTNAME= john-1.8.0 @@ -27,6 +27,7 @@ BUILD_TARGET= solaris-sparcv9-${${PKGSRC_COMPILER}==gcc:?gcc:cc} BUILD_TARGET= solaris-x86-any-${${PKGSRC_COMPILER}==gcc:?gcc:cc} . elif ${MACHINE_ARCH} == "x86_64" BUILD_TARGET= solaris-x86_64-${${PKGSRC_COMPILER}==gcc:?gcc:cc} +. endif .elif ${OPSYS} == "NetBSD" . if ${MACHINE_ARCH} == "i386" BUILD_TARGET= openbsd-x86-any |