diff options
Diffstat (limited to 'french/facturier/Makefile')
-rw-r--r-- | french/facturier/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/french/facturier/Makefile b/french/facturier/Makefile index 1de72d882b6e..7e31b4cb4b6d 100644 --- a/french/facturier/Makefile +++ b/french/facturier/Makefile @@ -17,8 +17,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Logiciel de facturation pour P.M.I. & P.M.E. RUN_DEPENDS= ${LOCALBASE}/bin/htmldoc:${PORTSDIR}/textproc/htmldoc \ - ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ - ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash + p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ + p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash WRKSRC= ${WRKDIR}/${PORTNAME} |