diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-21 23:13:35 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-21 23:13:35 +0800 |
commit | 528678f6fa4f94dcdebf95b0041041dabc13b3fe (patch) | |
tree | 4d54e687bddb62ab3f6c2ee1037539f5ed711e0b /x11/cinnamon-desktop/Makefile | |
parent | 0589d183f8aadf4a873cbb1fc097e52b115d4685 (diff) | |
download | marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.gz marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.bz2 marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.lz marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.xz marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.zst marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.zip |
Fix the build of those ports. Remove USE_AUTOTOOLS and switch
to USE=autoreconf:build instead. Other minor changes here and
there.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20008 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/cinnamon-desktop/Makefile')
-rw-r--r-- | x11/cinnamon-desktop/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/cinnamon-desktop/Makefile b/x11/cinnamon-desktop/Makefile index 4d8d9c7cd..7ae88f1bf 100644 --- a/x11/cinnamon-desktop/Makefile +++ b/x11/cinnamon-desktop/Makefile @@ -18,11 +18,10 @@ 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 -USE_GNOME= gnomeprefix gtk30 introspection:build +USES= autoreconf:build gettext gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= gnomeprefix gtk30 intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtoolize autoconf automake PATHFIX_MAKEFILEIN= Makefile.am CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" CPPFLAGS+= -I${LOCALBASE}/include |