diff options
-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 |