diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:36:45 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:36:45 +0000 |
commit | b5d57b5eb8b24beead9fed1f441dc63cb5b8145e (patch) | |
tree | 995e5b0cd20c6219fc1775c3f3ac887a3ad36f27 /x11/p5-X11-Resolution | |
parent | 94f7601273e43def2b3ea22208ebfb08ec7d2ee3 (diff) | |
download | ports-b5d57b5eb8b24beead9fed1f441dc63cb5b8145e.tar.gz ports-b5d57b5eb8b24beead9fed1f441dc63cb5b8145e.zip |
Notes
Diffstat (limited to 'x11/p5-X11-Resolution')
-rw-r--r-- | x11/p5-X11-Resolution/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/p5-X11-Resolution/Makefile b/x11/p5-X11-Resolution/Makefile index cf0445e9a930..d48e3eefbe03 100644 --- a/x11/p5-X11-Resolution/Makefile +++ b/x11/p5-X11-Resolution/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11/p5-X11-Resolution -# Date created: 2009-10-24 11:30 -# Whom: Zane C. Bowers -# +# Created by: Zane C. Bowers # $FreeBSD$ -# PORTNAME= X11-Resolution PORTVERSION= 0.0.0 @@ -16,7 +12,8 @@ COMMENT= Provides a method to get the resolution for a X11 screen RUN_DEPENDS= p5-X11-Protocol>=0:${PORTSDIR}/x11/p5-X11-Protocol -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= X11::Resolution.3 |