summaryrefslogtreecommitdiff
path: root/emulators/compat14
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 20:52:18 +0000
committerrillig <rillig>2005-09-28 20:52:18 +0000
commit497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /emulators/compat14
parent78122d314edeb82e3047dae09d03b73df8b70852 (diff)
downloadpkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'emulators/compat14')
-rw-r--r--emulators/compat14/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/compat14/Makefile b/emulators/compat14/Makefile
index b4d7ba6ccd6..0b1fc882f25 100644
--- a/emulators/compat14/Makefile
+++ b/emulators/compat14/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/15 18:40:50 kristerw Exp $
+# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:20 rillig Exp $
#
DISTNAME= compat14-${MACHINE_ARCH}-${VERSION}
@@ -18,8 +18,8 @@ CONFLICTS= compat14-crypto-[0-9]*
ONLY_FOR_PLATFORM= NetBSD-*-sparc NetBSD-*-i386
NOT_FOR_PLATFORM= NetBSD-1.3*-* NetBSD-1.4*-*
-NO_MTREE= # defined
-NO_BUILD= # defined
+NO_MTREE= yes
+NO_BUILD= yes
SHLIB_HANDLING= NO
USE_PKGINSTALL= YES
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL