diff options
Diffstat (limited to 'x11/cinnamon-desktop')
-rw-r--r-- | x11/cinnamon-desktop/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/cinnamon-desktop/Makefile b/x11/cinnamon-desktop/Makefile index ab11c02d1..4d8d9c7cd 100644 --- a/x11/cinnamon-desktop/Makefile +++ b/x11/cinnamon-desktop/Makefile @@ -12,10 +12,10 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Additional UI API for cinnamon BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ - ${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:${PORTSDIR}/x11/xkeyboard-config \ - ${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:${PORTSDIR}/x11/xkeyboard-config \ - ${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile + xkeyboard-config>=0:${PORTSDIR}/x11/xkeyboard-config \ + libxkbfile>=0:${PORTSDIR}/x11/libxkbfile +RUN_DEPENDS= xkeyboard-config>=0:${PORTSDIR}/x11/xkeyboard-config \ + libxkbfile>=0:${PORTSDIR}/x11/libxkbfile USE_XORG= x11 xrandr xext USES= gettext gmake libtool pathfix pkgconfig tar:xz |