summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 05:50:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 05:50:30 +0800
commit2b608721e2fd69f2fc28c7008c659631151c6c30 (patch)
tree5e7f2711e53044a74894c948fad581a0f0bb351a /graphics
parentf1dc3ed5c7ca488602e7722513cc7b3cb79a3f96 (diff)
downloadmarcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar
marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.gz
marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.bz2
marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.lz
marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.xz
marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.zst
marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.zip
Switch to USES=libtool:keepla for now. While I rather want to ditch .la files
I think we need to keep em a cycle. So that other ports have a chance to update there .la files not to record dependancies .la files. sprinkle some USE_AUTOTOOLS=libtool -> libtoolize. This will give us base libtool (ltmain.sh and libtool.m4) files. But doesn't depend on ${LOCALBASE}/bin/libtool INSTALL_TARGET=install-strip and misc smaller cleanups. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19578 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/clutter-gtk3/Makefile3
-rw-r--r--graphics/clutter/Makefile2
-rw-r--r--graphics/cogl/Makefile2
-rw-r--r--graphics/eog-plugins/Makefile2
-rw-r--r--graphics/evince/Makefile2
-rw-r--r--graphics/gdk-pixbuf2/Makefile2
-rw-r--r--graphics/libchamplain/Makefile2
-rw-r--r--graphics/libgxps/Makefile2
-rw-r--r--graphics/librsvg2/Makefile2
9 files changed, 9 insertions, 10 deletions
diff --git a/graphics/clutter-gtk3/Makefile b/graphics/clutter-gtk3/Makefile
index 962f0f249..90f2467bf 100644
--- a/graphics/clutter-gtk3/Makefile
+++ b/graphics/clutter-gtk3/Makefile
@@ -13,8 +13,7 @@ COMMENT= GTK+ Integration library for Clutter
LIB_DEPENDS= libclutter-1.0.so:${PORTSDIR}/graphics/clutter
-LATEST_LINK= clutter-gtk3
-USES= gettext gmake libtool pathfix pkgconfig tar:xz
+USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix gtk30 introspection
USE_XORG= xp x11
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile
index 808824805..68359b6c3 100644
--- a/graphics/clutter/Makefile
+++ b/graphics/clutter/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
libcogl.so:${PORTSDIR}/graphics/cogl
-USES= gettext gmake libtool pathfix pkgconfig tar:xz
+USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz
USE_GNOME= gdkpixbuf2 gnomeprefix atk pango \
introspection:build
USE_GL= gl
diff --git a/graphics/cogl/Makefile b/graphics/cogl/Makefile
index 37f7d3da2..0d8481081 100644
--- a/graphics/cogl/Makefile
+++ b/graphics/cogl/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= clutter-1.6.[0-9]*
-USES= gettext gmake libtool pathfix pkgconfig tar:xz
+USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_GNOME= gdkpixbuf2 gnomeprefix atk pango introspection:build
USE_GL= gl
diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile
index 667ddbeb9..e7e270f5f 100644
--- a/graphics/eog-plugins/Makefile
+++ b/graphics/eog-plugins/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= libgdata.so.13:${PORTSDIR}/devel/libgdata \
RUN_DEPENDS= eog:${PORTSDIR}/graphics/eog
USE_GNOME= gnomeprefix intlhack gtk30
-USES= gettext gmake libtool pathfix pkgconfig tar:xz
+USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index b36d7bb6b..1e83ab872 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \
RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
-USES= desktop-file-utils gettext gmake libtool pathfix \
+USES= desktop-file-utils gettext gmake libtool:keepla pathfix \
pkgconfig tar:xz
USE_GNOME= gnomeprefix intlhack introspection:build
USE_LDCONFIG= yes
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile
index 25741ff7f..4fe15b00a 100644
--- a/graphics/gdk-pixbuf2/Makefile
+++ b/graphics/gdk-pixbuf2/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Graphic library for GTK+
USE_XORG= xt xi x11
-USES= gmake libtool pathfix pkgconfig tar:xz
+USES= gmake libtool:keepla pathfix pkgconfig tar:xz
USE_GNOME+= gnomehier glib20 introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile
index add287f80..6b90d09d8 100644
--- a/graphics/libchamplain/Makefile
+++ b/graphics/libchamplain/Makefile
@@ -13,7 +13,7 @@ COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and
LIB_DEPENDS= libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \
libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
-USES= gmake libtool pathfix pkgconfig tar:xz
+USES= gmake libtool:keepla pathfix pkgconfig tar:xz
USE_GNOME= gtk30 gnomehier introspection:build
USE_GL= gl
USE_SQLITE= 3
diff --git a/graphics/libgxps/Makefile b/graphics/libgxps/Makefile
index cfb43bbbc..ad459fda7 100644
--- a/graphics/libgxps/Makefile
+++ b/graphics/libgxps/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
libtiff.so:${PORTSDIR}/graphics/tiff \
liblcms2.so:${PORTSDIR}/graphics/lcms2
-USES= gettext gmake libtool pathfix pkgconfig tar:xz
+USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
USE_GNOME= cairo gnomeprefix glib20 intlhack
GNU_CONFIGURE= yes
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
index f08bf79b8..d648988a7 100644
--- a/graphics/librsvg2/Makefile
+++ b/graphics/librsvg2/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
libcroco-0.6.so:${PORTSDIR}/textproc/libcroco
RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
-USES= gettext gmake libtool pathfix pkgconfig tar:xz
+USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehier gnomeprefix libgsf gtk20 introspection:build