diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 14:03:58 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 14:03:58 +0800 |
commit | 5afe3af5800cef153c206dcf3ce2f56aa85ada42 (patch) | |
tree | 43a75d1113991650ff8764ee64732c9d181c0ce4 /x11-fonts/geminifonts | |
parent | e10369322220c0fa0a0ab68ed222621adf553709 (diff) | |
download | freebsd-ports-gnome-5afe3af5800cef153c206dcf3ce2f56aa85ada42.tar.gz freebsd-ports-gnome-5afe3af5800cef153c206dcf3ce2f56aa85ada42.tar.zst freebsd-ports-gnome-5afe3af5800cef153c206dcf3ce2f56aa85ada42.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'x11-fonts/geminifonts')
-rw-r--r-- | x11-fonts/geminifonts/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-fonts/geminifonts/Makefile b/x11-fonts/geminifonts/Makefile index 66de0bdf44e8..e30e744fb9c5 100644 --- a/x11-fonts/geminifonts/Makefile +++ b/x11-fonts/geminifonts/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: koi8rPS -# Date created: Oct 30, 2000 -# Whom: mi@aldan.algebra.com -# +# Created by: mi@aldan.algebra.com # $FreeBSD$ -# PORTNAME= gemini PORTVERSION= 1.0 @@ -22,7 +18,8 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build USE_XORG= x11 NO_WRKSUBDIR= yes |