diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-04-15 18:40:50 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-04-15 18:40:50 +0000 |
commit | 5e5180ef1b9d6962e6e579a590e99c341d27e89b (patch) | |
tree | c14729c34c8aaf26ceefb0e54ee6e296ac8bdbe4 /emulators/compat14 | |
parent | 03225a6007d0adfaab235e194e575de1ebb46123 (diff) | |
download | pkgsrc-5e5180ef1b9d6962e6e579a590e99c341d27e89b.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/Makefile | 4 |
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 |