summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-07-09 17:34:42 +0000
committerkristerw <kristerw>2005-07-09 17:34:42 +0000
commitee907ad3e83bf959e977bb9a175c03d18304ed34 (patch)
tree36be706d6a64b0fe23a98fdd3a898579142b4938 /print
parentfae6ba1cc0395244e8a2286819d7032536352ccd (diff)
downloadpkgsrc-ee907ad3e83bf959e977bb9a175c03d18304ed34.tar.gz
Move the ONLY_FOR_PLATFORM out from an .if so that we do not try
to build this on unsupported OPSYS (such as Darwin)
Diffstat (limited to 'print')
-rw-r--r--print/acroread/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile
index ddd882078bb..2518d7ce904 100644
--- a/print/acroread/Makefile
+++ b/print/acroread/Makefile
@@ -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
PKGNAME= acroread-4.05
@@ -27,6 +27,10 @@ SHLIB_HANDLING= NO
# Default (should be overridden below)
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 (${MACHINE_ARCH} == "i386")
DEPENDS= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11
@@ -48,8 +52,6 @@ DISTNAME= sunsparc-rs-405
WRKSRC= ${WRKDIR}/SSOLRS.install
PLATFORM= sparcsolaris
. endif
-ONLY_FOR_PLATFORM= *-*-i386 *-1.4[L-Z]-sparc *-1.[5-9]*-sparc *-[2-9]*-sparc
-# *-*-alpha
.include "../../emulators/suse_linux/Makefile.application"
.elif ${OPSYS} == "SunOS"
. if (${MACHINE_ARCH} == "i386")