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-menus | |
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-menus')
-rw-r--r-- | x11/cinnamon-menus/Makefile | 6 | ||||
-rw-r--r-- | x11/cinnamon-menus/pkg-plist | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11/cinnamon-menus/Makefile b/x11/cinnamon-menus/Makefile index 9b4ea42d8..4d21acebe 100644 --- a/x11/cinnamon-menus/Makefile +++ b/x11/cinnamon-menus/Makefile @@ -17,18 +17,18 @@ BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ RUN_DEPENDS= xkeyboard-config>=0:${PORTSDIR}/x11/xkeyboard-config \ libxkbfile>=0:${PORTSDIR}/x11/libxkbfile -USES= gettext gmake libtool pathfix pkgconfig python tar:xz +USES= autoreconf:build gettext gmake libtool pathfix pkgconfig \ + python:2 tar:xz USE_GNOME= gnomehier gnomemenus3 gnomeprefix gtk30 intlhack \ introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtoolize autoconf automake PATHFIX_MAKEFILEIN= Makefile.am CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip pre-configure: - cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh + cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} ./autogen.sh .include <bsd.port.mk> diff --git a/x11/cinnamon-menus/pkg-plist b/x11/cinnamon-menus/pkg-plist index 1b9f5d7ac..fead2ebd7 100644 --- a/x11/cinnamon-menus/pkg-plist +++ b/x11/cinnamon-menus/pkg-plist @@ -6,4 +6,3 @@ lib/libcinnamon-menu-3.so.0.0.1 lib/girepository-1.0/CMenu-3.0.typelib libdata/pkgconfig/libcinnamon-menu-3.0.pc share/gir-1.0/CMenu-3.0.gir -@dirrm include/cinnamon-menus-3.0 |