diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 11:56:17 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 11:56:17 +0000 |
commit | a74217e6d9281b3d195ab0ad6e6b9434f63b6d27 (patch) | |
tree | 44a97c66747f24c5fab92020a97ab60bb4e93db7 /french | |
parent | e4ceaa901bf22ed58f8d80e942449d482ccfbb7e (diff) | |
download | ports-a74217e6d9281b3d195ab0ad6e6b9434f63b6d27.tar.gz ports-a74217e6d9281b3d195ab0ad6e6b9434f63b6d27.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/facturier/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/french/facturier/Makefile b/french/facturier/Makefile index 09a5eed64c11..357936d63094 100644 --- a/french/facturier/Makefile +++ b/french/facturier/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: facturier -# Date created: 30 January 2003 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= facturier PORTVERSION= 2.1.2 @@ -23,8 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/htmldoc:${PORTSDIR}/textproc/htmldoc \ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes +USES= perl5 USE_APACHE_RUN= 22+ -USE_PERL5_RUN= yes +USE_PERL5= run USE_MYSQL= yes SUB_FILES= pkg-deinstall |