diff options
author | az <az@FreeBSD.org> | 2013-09-12 14:36:45 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 14:36:45 +0800 |
commit | 0dde20a8dbc0393e89dd791a5e48a167d0fef5e4 (patch) | |
tree | 995e5b0cd20c6219fc1775c3f3ac887a3ad36f27 | |
parent | 8651fae3b8dc39295cf7c6175a868826d4344747 (diff) | |
download | freebsd-ports-gnome-0dde20a8dbc0393e89dd791a5e48a167d0fef5e4.tar.gz freebsd-ports-gnome-0dde20a8dbc0393e89dd791a5e48a167d0fef5e4.tar.zst freebsd-ports-gnome-0dde20a8dbc0393e89dd791a5e48a167d0fef5e4.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
-rw-r--r-- | x11/keylaunch/Makefile | 3 | ||||
-rw-r--r-- | x11/p5-X11-Resolution/Makefile | 9 |
2 files changed, 5 insertions, 7 deletions
diff --git a/x11/keylaunch/Makefile b/x11/keylaunch/Makefile index df2bc7d3d2b6..c1679ffddc62 100644 --- a/x11/keylaunch/Makefile +++ b/x11/keylaunch/Makefile @@ -12,7 +12,8 @@ COMMENT= An X utility for binding commands to a hot key WRKSRC= ${WRKDIR}/keylaunch USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build USE_XORG= x11 PKGMESSAGE= ${WRKSRC}/pkg-message 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 |