diff options
Diffstat (limited to 'x11/xkeyboard-config/Makefile')
-rw-r--r-- | x11/xkeyboard-config/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile index 8758fa187795..89a8256074bd 100644 --- a/x11/xkeyboard-config/Makefile +++ b/x11/xkeyboard-config/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xkeyboard-config -PORTVERSION= 2.8 +PORTVERSION= 2.9 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -10,13 +10,12 @@ MASTER_SITE_SUBDIR= individual/${XORG_CAT}/${PORTNAME} LICENSE= MIT -BUILD_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp \ - xsltproc:${PORTSDIR}/textproc/libxslt +BUILD_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp XORG_CAT= data USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= intlhack +USE_GNOME= intlhack libxslt:build USES= pathfix USE_PERL5_BUILD=yes GNU_CONFIGURE= yes |