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