diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-07-31 18:24:00 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-07-31 18:24:00 +0800 |
commit | 34d827c1729a9251171b94d400d8ea750bc1cdb7 (patch) | |
tree | 9b0fd2fbf25d92c66e909e93bc60373731d7d463 /x11/cinnamon-desktop | |
parent | 91442195c56b1dc2bae55271de619d4dd06dc4aa (diff) | |
download | marcuscom-ports-34d827c1729a9251171b94d400d8ea750bc1cdb7.tar marcuscom-ports-34d827c1729a9251171b94d400d8ea750bc1cdb7.tar.gz marcuscom-ports-34d827c1729a9251171b94d400d8ea750bc1cdb7.tar.bz2 marcuscom-ports-34d827c1729a9251171b94d400d8ea750bc1cdb7.tar.lz marcuscom-ports-34d827c1729a9251171b94d400d8ea750bc1cdb7.tar.xz marcuscom-ports-34d827c1729a9251171b94d400d8ea750bc1cdb7.tar.zst marcuscom-ports-34d827c1729a9251171b94d400d8ea750bc1cdb7.zip |
Update cinnamon to 2.2.14 and related ports to the last version available.
While here:
- switch maintainership to gnome@FreeBSD.org
- convert those ports with options to the
compact form
- stop using paths in {run/lib}_depends and
instead use the package:dir form
- ensure no USE_AUTOTOOLS= libtool is used. Those
doing the autofoo dance must use libtoolize
instead
I will drop keepla in the future. I did no want to mix that
with this commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19786 df743ca5-7f9a-e211-a948-0013205c9059
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 |