diff options
author | joerg <joerg> | 2009-03-02 17:22:15 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-03-02 17:22:15 +0000 |
commit | 34b4119d6eac2ff39645ae29324ca4e905f6c258 (patch) | |
tree | 5ed5129ada62d5da0d19afee3734bb7ebd93f8fb | |
parent | b333f21216c294dae0da13cdf5678c2afe7a710a (diff) | |
download | pkgsrc-34b4119d6eac2ff39645ae29324ca4e905f6c258.tar.gz |
Disable option tracking until the cyclic dependency issue is solved.
-rw-r--r-- | devel/p5-Module-Build/Makefile | 4 |
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 |