summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-04-15 18:40:50 +0000
committerkristerw <kristerw@pkgsrc.org>2005-04-15 18:40:50 +0000
commit5e5180ef1b9d6962e6e579a590e99c341d27e89b (patch)
treec14729c34c8aaf26ceefb0e54ee6e296ac8bdbe4 /emulators
parent03225a6007d0adfaab235e194e575de1ebb46123 (diff)
downloadpkgsrc-5e5180ef1b9d6962e6e579a590e99c341d27e89b.tar.gz
Prevent warnings during bulk dependency tree creation for ports that
cannot use these packages.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/compat12/Makefile4
-rw-r--r--emulators/compat13/Makefile4
-rw-r--r--emulators/compat14-crypto/Makefile4
-rw-r--r--emulators/compat14/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile
index 53522d811e8..0e3594a37b9 100644
--- a/emulators/compat12/Makefile
+++ b/emulators/compat12/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2003/08/30 22:51:15 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2005/04/15 18:40:50 kristerw Exp $
#
DISTNAME= compat12-${MACHINE_ARCH}
@@ -32,7 +32,7 @@ FILES_SUBST+= LDCONFIG=${LDCONFIG}
(${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "sparc")
EMULSUBDIR= emul/aout
COMPAT_LIBDIR= ${EMULSUBDIR}/usr/lib
-.else
+.elif ${OPSYS} == "NetBSD"
LOCALBASE= /usr
COMPAT_LIBDIR= lib
.endif
diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile
index 47011630bdb..890d9949b25 100644
--- a/emulators/compat13/Makefile
+++ b/emulators/compat13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/02/27 22:42:30 veego Exp $
+# $NetBSD: Makefile,v 1.21 2005/04/15 18:40:50 kristerw Exp $
#
DISTNAME= compat13-${MACHINE_ARCH}${PKGMINOR}
@@ -35,7 +35,7 @@ FILES_SUBST+= LDCONFIG=${LDCONFIG}
(${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "sparc")
EMULSUBDIR= emul/aout
COMPAT_LIBDIR= ${EMULSUBDIR}/usr/lib
-.else
+.elif ${OPSYS} == "NetBSD"
LOCALBASE= /usr
COMPAT_LIBDIR= lib
.endif
diff --git a/emulators/compat14-crypto/Makefile b/emulators/compat14-crypto/Makefile
index b177a3b34de..b1b7c91b304 100644
--- a/emulators/compat14-crypto/Makefile
+++ b/emulators/compat14-crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/02/27 22:30:43 veego Exp $
+# $NetBSD: Makefile,v 1.9 2005/04/15 18:40:50 kristerw Exp $
#
DISTNAME= compat14-crypto-${MACHINE_ARCH}-${VERSION}
@@ -41,7 +41,7 @@ FILES_SUBST+= LDCONFIG=${LDCONFIG}
EMULSUBDIR= emul/aout
COMPAT_LIBDIR= ${EMULSUBDIR}/usr/lib
COMPAT_XLIBDIR= ${EMULSUBDIR}/usr/X11R6/lib
-.else
+.elif ${OPSYS} == "NetBSD"
LOCALBASE= /usr
COMPAT_LIBDIR= lib
COMPAT_XLIBDIR= X11R6/lib
diff --git a/emulators/compat14/Makefile b/emulators/compat14/Makefile
index 4d8b72d7d03..b4d7ba6ccd6 100644
--- a/emulators/compat14/Makefile
+++ b/emulators/compat14/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/02/27 22:30:43 veego Exp $
+# $NetBSD: Makefile,v 1.12 2005/04/15 18:40:50 kristerw Exp $
#
DISTNAME= compat14-${MACHINE_ARCH}-${VERSION}
@@ -39,7 +39,7 @@ FILES_SUBST+= LDCONFIG=${LDCONFIG}
EMULSUBDIR= emul/aout
COMPAT_LIBDIR= ${EMULSUBDIR}/usr/lib
COMPAT_XLIBDIR= ${EMULSUBDIR}/usr/X11R6/lib
-.else
+.elif ${OPSYS} == "NetBSD"
LOCALBASE= /usr
COMPAT_LIBDIR= lib
COMPAT_XLIBDIR= X11R6/lib