diff options
Diffstat (limited to 'print/wprint/Makefile')
-rw-r--r-- | print/wprint/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/print/wprint/Makefile b/print/wprint/Makefile index a9e4ee2..836b579 100644 --- a/print/wprint/Makefile +++ b/print/wprint/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: wprint -# Date created: Oct 15, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= wprint PORTVERSION= 2.05 @@ -20,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 -USES= iconv -USE_PERL5= yes +USES= iconv perl5 GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes |