diff options
Diffstat (limited to 'textproc/textogif/Makefile')
-rw-r--r-- | textproc/textogif/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/textogif/Makefile b/textproc/textogif/Makefile index 82ac05d57024..4523c7d2f162 100644 --- a/textproc/textogif/Makefile +++ b/textproc/textogif/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textogif -# Date created: 2006-02-04 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= textogif PORTVERSION= 1.1 @@ -20,7 +16,8 @@ RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm NO_BUILD= yes USE_TEX= latex dvipsk -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run do-install: @cd ${WRKDIR};\ |