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 /textproc/sowing | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) | |
download | ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip |
Notes
Diffstat (limited to 'textproc/sowing')
-rw-r--r-- | textproc/sowing/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/sowing/Makefile b/textproc/sowing/Makefile index 8036c127007d..fb32c79365bc 100644 --- a/textproc/sowing/Makefile +++ b/textproc/sowing/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sowing -# Date created: 27 September 2004 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= sowing PORTVERSION= 1.1.16 @@ -17,7 +13,7 @@ COMMENT= Text processing tools to generate documentation from source files BUILD_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm -USE_PERL5= yes +USES= perl5 USE_GHOSTSCRIPT=yes USE_GMAKE= yes USE_TEX= latex dvipsk |