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 /x11-fm/nemo/Makefile | |
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 'x11-fm/nemo/Makefile')
-rw-r--r-- | x11-fm/nemo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile index 7a6d0f88e..da119ff05 100644 --- a/x11-fm/nemo/Makefile +++ b/x11-fm/nemo/Makefile @@ -24,11 +24,10 @@ RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas USES= desktop-file-utils gettext gmake libtool pathfix \ - pkgconfig shared-mime-info + pkgconfig python:2 shared-mime-info USE_GNOME= gnomedesktop3 gnomeprefix intlhack introspection:build \ libxml2 pygobject3 INSTALLS_ICONS= yes -USE_PYTHON= 2 USE_AUTOTOOLS= libtoolize autoconf automake USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |