summaryrefslogtreecommitdiff
path: root/devel/exctags
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 /devel/exctags
parent2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff)
downloadpkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'devel/exctags')
-rw-r--r--devel/exctags/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/exctags/Makefile b/devel/exctags/Makefile
index 77e708de7bd..75075bda4d3 100644
--- a/devel/exctags/Makefile
+++ b/devel/exctags/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:20 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/09/28 20:52:19 rillig Exp $
#
DISTNAME= ctags-5.5.4
@@ -12,7 +12,7 @@ COMMENT= Exuberant (feature-filled) tagfile generator for vi, emacs and clones
PKG_INSTALLATION_TYPES= overwrite pkgviews
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-macro-patterns
CONFIGURE_ARGS+= --with-readlib
CONFIGURE_ARGS+= --enable-custom-config=${PKG_SYSCONFDIR}/ctags.conf