diff options
Diffstat (limited to 'x11/p5-X11-Xlib/Makefile')
-rw-r--r-- | x11/p5-X11-Xlib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/p5-X11-Xlib/Makefile b/x11/p5-X11-Xlib/Makefile index 4351ebbc9265..c6967576637f 100644 --- a/x11/p5-X11-Xlib/Makefile +++ b/x11/p5-X11-Xlib/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= X11-Xlib -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.15 CATEGORIES= x11 perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +17,7 @@ BUILD_DEPENDS= p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib \ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_XORG= x11 xcomposite xext xfixes xproto xinerama xtst +USE_XORG= x11 xcomposite xext xfixes xinerama xproto xrender xtst pre-configure: cd ${WRKSRC} && ${PERL} Makefile.PL |