summaryrefslogtreecommitdiff
path: root/devel/p5-Module-Build
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-03-02 17:22:15 +0000
committerjoerg <joerg@pkgsrc.org>2009-03-02 17:22:15 +0000
commit75cdd4510d17a367ea086fcbd5d364bf7a797d0d (patch)
tree5ed5129ada62d5da0d19afee3734bb7ebd93f8fb /devel/p5-Module-Build
parent9eb91efbb328dc2b85de87c19b155ab4a21ff839 (diff)
downloadpkgsrc-75cdd4510d17a367ea086fcbd5d364bf7a797d0d.tar.gz
Disable option tracking until the cyclic dependency issue is solved.
Diffstat (limited to 'devel/p5-Module-Build')
-rw-r--r--devel/p5-Module-Build/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile
index 6dc471ea523..555445889bb 100644
--- a/devel/p5-Module-Build/Makefile
+++ b/devel/p5-Module-Build/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2009/03/01 21:47:22 sno Exp $
+# $NetBSD: Makefile,v 1.21 2009/03/02 17:22:15 joerg Exp $
DISTNAME= Module-Build-0.32
PKGNAME= p5-${DISTNAME}000
@@ -12,7 +12,7 @@ COMMENT= Build and install Perl modules
PKG_DESTDIR_SUPPORT= user-destdir
-.include "options.mk"
+#.include "options.mk"
USE_LANGUAGES= c # For the tests
BUILDING_MODULE_BUILD= yes