diff options
author | az <az@FreeBSD.org> | 2013-09-15 23:14:00 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-15 23:14:00 +0800 |
commit | 639963b8a5438bd3fa0eae886b001566278317ea (patch) | |
tree | 09f2556a1d0ea116d1f132343b307c687a82ba5b /net/vnc | |
parent | 74847b007e16e0eb348fe1fd2ccd8af57e869cb9 (diff) | |
download | freebsd-ports-gnome-639963b8a5438bd3fa0eae886b001566278317ea.tar.gz freebsd-ports-gnome-639963b8a5438bd3fa0eae886b001566278317ea.tar.zst freebsd-ports-gnome-639963b8a5438bd3fa0eae886b001566278317ea.zip |
- Fix after recent conversion to perl5 framework
Diffstat (limited to 'net/vnc')
-rw-r--r-- | net/vnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 3332de5f78a7..16fee57f53a4 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= xorg-fonts>=7.2:${PORTSDIR}/x11-fonts/xorg-fonts \ LICENSE= GPLv2 GNU_CONFIGURE= yes +USES= perl5 USE_XORG= x11 xext xpm xext xtst sm ice inputproto WRKSRC= ${WRKDIR}/${DISTNAME}/unix @@ -56,7 +57,6 @@ RUN_DEPENDS+= xauth:${PORTSDIR}/x11/xauth \ ${PREFIX}/lib/X11/fonts/misc/6x13-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \ ${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias -USES= perl5 EXTRA_PATCHES+= ${WRKSRC}/xc.patch \ ${PATCHDIR}/vnc.def-patch \ |