diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-13 22:55:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-13 22:55:11 +0800 |
commit | b68067e5da780c0e2a0862e928c907b8f8660b73 (patch) | |
tree | 56e1c21007cf4d60df18b84ba6e0dba593611189 /graphics | |
parent | fcb35eefd4dfbdb779f8666ef8ed813f2931cf16 (diff) | |
download | marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.gz marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.bz2 marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.lz marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.xz marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.zst marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.zip |
Convert:
USE_PYTHON* -> USES=python*
USE_XZ|USE_BZIP2 -> USES=tar:
replace some post-install ${STRIP_CMD} with INSTALL_TARGET=install-strip
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19804 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/colord-gtk/Makefile | 3 | ||||
-rw-r--r-- | graphics/eog-plugins/Makefile | 2 | ||||
-rw-r--r-- | graphics/gnome-video-effects/Makefile | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/graphics/colord-gtk/Makefile b/graphics/colord-gtk/Makefile index 675ca1a54..7812698b0 100644 --- a/graphics/colord-gtk/Makefile +++ b/graphics/colord-gtk/Makefile @@ -15,9 +15,8 @@ LIB_DEPENDS= libcolord.so:${PORTSDIR}/graphics/colord \ libdbus-1.so:${PORTSDIR}/devel/dbus \ liblcms2.so:${PORTSDIR}/graphics/lcms2 -USE_XZ= yes USE_GNOME= gnomehier gtk30 intlhack introspection:build -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:xz USE_SQLITE= 3 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile index 3ffe9f78d..4abbeb70a 100644 --- a/graphics/eog-plugins/Makefile +++ b/graphics/eog-plugins/Makefile @@ -44,7 +44,7 @@ PLIST_SUB+= CHAMPLAIN="@comment " PLIST_SUB+= PYVER=${PYTHON_VER:S|.||} .if ${PORT_OPTIONS:MPYTHON} CONFIGURE_ARGS+=--enable-python -USE_PYTHON= 3 +USES+= python:3 PLIST_SUB+= PYTHON="" GLIB_SCHEMAS+= org.gnome.eog.plugins.export-to-folder.gschema.xml \ org.gnome.eog.plugins.fullscreenbg.gschema.xml \ diff --git a/graphics/gnome-video-effects/Makefile b/graphics/gnome-video-effects/Makefile index 63e249568..f7b396d46 100644 --- a/graphics/gnome-video-effects/Makefile +++ b/graphics/gnome-video-effects/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= Collection of Gstreamer effects -USE_XZ= yes USE_GNOME= intlhack -USES= gettext gmake pathfix +USES= gettext gmake pathfix tar:xz GNU_CONFIGURE= yes .include <bsd.port.mk> |