summaryrefslogtreecommitdiff
path: root/emulators/compat14
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-04-15 18:40:50 +0000
committerkristerw <kristerw>2005-04-15 18:40:50 +0000
commit7457c2c6556fab35ea3303714b775bdd4607b5db (patch)
treec14729c34c8aaf26ceefb0e54ee6e296ac8bdbe4 /emulators/compat14
parent780e5ad501a8736495661b7f27844366b35879c0 (diff)
downloadpkgsrc-7457c2c6556fab35ea3303714b775bdd4607b5db.tar.gz
Prevent warnings during bulk dependency tree creation for ports that
cannot use these packages.
Diffstat (limited to 'emulators/compat14')
-rw-r--r--emulators/compat14/Makefile4
1 files changed, 2 insertions, 2 deletions
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