summaryrefslogtreecommitdiff
path: root/emulators/compat13
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/compat13
parent78122d314edeb82e3047dae09d03b73df8b70852 (diff)
downloadpkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'emulators/compat13')
-rw-r--r--emulators/compat13/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile
index 890d9949b25..76377a4e226 100644
--- a/emulators/compat13/Makefile
+++ b/emulators/compat13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/04/15 18:40:50 kristerw Exp $
+# $NetBSD: Makefile,v 1.22 2005/09/28 20:52:20 rillig Exp $
#
DISTNAME= compat13-${MACHINE_ARCH}${PKGMINOR}
@@ -16,8 +16,8 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm NetBSD-*-arm32 \
NetBSD-*-ns32k NetBSD-*-sparc
NOT_FOR_PLATFORM= NetBSD-1.3*-*
-NO_MTREE= # defined
-NO_BUILD= # defined
+NO_MTREE= yes
+NO_BUILD= yes
SHLIB_HANDLING= NO
USE_PKGINSTALL= YES
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL