summaryrefslogtreecommitdiff
path: root/emulators/compat13
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
committerrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
commit5946936ffcde6674d4e6801abd4a757acd269dd5 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /emulators/compat13
parent2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff)
downloadpkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.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