diff options
author | jlam <jlam@pkgsrc.org> | 2003-02-18 17:43:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-02-18 17:43:05 +0000 |
commit | e25d6018962cadcda24cf0e0095e4c5eec3a24a1 (patch) | |
tree | ec25236e1f67d00d796e99886837bf5813a492c9 /textproc/eperl | |
parent | 884cfa1dd5993d017d76c5c97816bbfa10b9b7a8 (diff) | |
download | pkgsrc-e25d6018962cadcda24cf0e0095e4c5eec3a24a1.tar.gz |
These packages have been converted to use buildlink2, so they no longer
need to use the automake-override target in bsd.pkg.mk; the hide-autotools
target in bsd.buildlink2.mk accomplishes the same thing.
Diffstat (limited to 'textproc/eperl')
-rw-r--r-- | textproc/eperl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/eperl/Makefile b/textproc/eperl/Makefile index c27914614ad..81be980b875 100644 --- a/textproc/eperl/Makefile +++ b/textproc/eperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/10/28 00:22:03 seb Exp $ +# $NetBSD: Makefile,v 1.15 2003/02/18 17:43:07 jlam Exp $ DISTNAME= eperl-2.2.14 CATEGORIES= lang perl5 textproc @@ -14,13 +14,11 @@ USE_BUILDLINK2= YES LIBPERL5_REQD= ${PERL5_REQD} PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Parse/ePerl/.packlist -GNU_CONFIGURE= # defined +GNU_CONFIGURE= YES PERL5_CONFIGURE= NO PERL5_CONFIGURE_DIRS= ${WRKSRC}/mod/Parse BUILD_DIRS= ${WRKSRC} ${WRKSRC}/mod/Parse -AUTOMAKE_PATTERNS+= config_ac.h.in - post-configure: perl5-configure .include "../../lang/perl5/module.mk" |