diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /print/wprint/Makefile | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) | |
download | ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip |
- Convert to new perl framework
- Trim Makefile header
Notes
Notes:
svn path=/head/; revision=324181
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 a9e4ee229599..836b5795fbf8 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 |