diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
commit | 68c2f99c6300bc38a37eb3a8292b562cc2d8952b (patch) | |
tree | 0898749bb767b388765958548da12c5b50b3825d /databases/p5-Msql | |
parent | 031bd55ed2b892d722ffdba72b339be33879e047 (diff) | |
download | ports-68c2f99c6300bc38a37eb3a8292b562cc2d8952b.tar.gz ports-68c2f99c6300bc38a37eb3a8292b562cc2d8952b.zip |
Remove do-configure section, use PERL_CONFIGURE now.
Notes
Notes:
svn path=/head/; revision=38917
Diffstat (limited to 'databases/p5-Msql')
-rw-r--r-- | databases/p5-Msql/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/databases/p5-Msql/Makefile b/databases/p5-Msql/Makefile index c75df28f5d20..463f87ca2746 100644 --- a/databases/p5-Msql/Makefile +++ b/databases/p5-Msql/Makefile @@ -18,17 +18,13 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmsql.a:${PORTSDIR}/databases/msql \ ${LOCALBASE}/lib/perl5/site_perl/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \ ${LOCALBASE}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI -CONFIGURE_ENV+= PREFIX=${PREFIX} MSQL_HOME=${PREFIX} +BROKEN= DEPENDS on databases/msql which is currently BROKEN, also perl5 upgrade -USE_PERL5= YES +PERL_CONFIGURE= YES +CONFIGURE_ENV+= PREFIX=${PREFIX} MSQL_HOME=${PREFIX} MAN1= pmsql.1 dbimon.1 MAN3= Msql.3 DBD::mSQL.3 MAN3PREFIX= ${PREFIX}/lib/perl5 -BROKEN= DEPENDS on databases/msql which is currently BROKEN, also perl5 upgrade - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |