diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11/cinnamon-desktop/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'x11/cinnamon-desktop/Makefile')
-rw-r--r-- | x11/cinnamon-desktop/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/cinnamon-desktop/Makefile b/x11/cinnamon-desktop/Makefile index 5e8e72e5c286..64ebfcfbf55c 100644 --- a/x11/cinnamon-desktop/Makefile +++ b/x11/cinnamon-desktop/Makefile @@ -10,11 +10,11 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Additional UI API for cinnamon -BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ - 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 +BUILD_DEPENDS= gnome-autogen.sh:devel/gnome-common \ + xkeyboard-config>=0:x11/xkeyboard-config \ + libxkbfile>=0:x11/libxkbfile +RUN_DEPENDS= xkeyboard-config>=0:x11/xkeyboard-config \ + libxkbfile>=0:x11/libxkbfile USE_XORG= x11 xrandr xext USES= autoreconf gettext gmake libtool pathfix pkgconfig \ |