Move the ONLY_FOR_PLATFORM out from an .if so that we do not try
to build this on unsupported OPSYS (such as Darwin)
This commit is contained in:
parent
3a464b025c
commit
48bfc139d0
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.42 2005/06/30 13:22:19 hubertf Exp $
|
# $NetBSD: Makefile,v 1.43 2005/07/09 17:34:42 kristerw Exp $
|
||||||
|
|
||||||
DISTNAME= acroread # Overridden below
|
DISTNAME= acroread # Overridden below
|
||||||
PKGNAME= acroread-4.05
|
PKGNAME= acroread-4.05
|
||||||
|
@ -27,6 +27,10 @@ SHLIB_HANDLING= NO
|
||||||
# Default (should be overridden below)
|
# Default (should be overridden below)
|
||||||
PLATFORM= unknown
|
PLATFORM= unknown
|
||||||
|
|
||||||
|
ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-1.4[L-Z]-sparc \
|
||||||
|
NetBSD-1.[5-9]*-sparc NetBSD-[2-9]*-sparc \
|
||||||
|
SunOS-*-*
|
||||||
|
|
||||||
.if ${OPSYS} == "NetBSD"
|
.if ${OPSYS} == "NetBSD"
|
||||||
. if (${MACHINE_ARCH} == "i386")
|
. if (${MACHINE_ARCH} == "i386")
|
||||||
DEPENDS= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11
|
DEPENDS= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11
|
||||||
|
@ -48,8 +52,6 @@ DISTNAME= sunsparc-rs-405
|
||||||
WRKSRC= ${WRKDIR}/SSOLRS.install
|
WRKSRC= ${WRKDIR}/SSOLRS.install
|
||||||
PLATFORM= sparcsolaris
|
PLATFORM= sparcsolaris
|
||||||
. endif
|
. endif
|
||||||
ONLY_FOR_PLATFORM= *-*-i386 *-1.4[L-Z]-sparc *-1.[5-9]*-sparc *-[2-9]*-sparc
|
|
||||||
# *-*-alpha
|
|
||||||
.include "../../emulators/suse_linux/Makefile.application"
|
.include "../../emulators/suse_linux/Makefile.application"
|
||||||
.elif ${OPSYS} == "SunOS"
|
.elif ${OPSYS} == "SunOS"
|
||||||
. if (${MACHINE_ARCH} == "i386")
|
. if (${MACHINE_ARCH} == "i386")
|
||||||
|
|
Loading…
Reference in a new issue