Date: Wed, 23 Oct 2013 20:48:37 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331424 - in head: archivers/thunar-archive-plugin audio/thunar-media-tags-plugin Message-ID: <201310232048.r9NKmbfA040538@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Wed Oct 23 20:48:36 2013 New Revision: 331424 URL: http://svnweb.freebsd.org/changeset/ports/331424 Log: - Support STAGEDIR - Convert to new LIB_DEPENDS format (audio/thunar-media-tags-plugin) Modified: head/archivers/thunar-archive-plugin/Makefile head/audio/thunar-media-tags-plugin/Makefile Modified: head/archivers/thunar-archive-plugin/Makefile ============================================================================== --- head/archivers/thunar-archive-plugin/Makefile Wed Oct 23 20:45:10 2013 (r331423) +++ head/archivers/thunar-archive-plugin/Makefile Wed Oct 23 20:48:36 2013 (r331424) @@ -11,7 +11,6 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Archive plugin for the Thunar File Manager -NO_STAGE= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_XFCE= configenv libexo thunar Modified: head/audio/thunar-media-tags-plugin/Makefile ============================================================================== --- head/audio/thunar-media-tags-plugin/Makefile Wed Oct 23 20:45:10 2013 (r331423) +++ head/audio/thunar-media-tags-plugin/Makefile Wed Oct 23 20:48:36 2013 (r331424) @@ -9,12 +9,11 @@ MASTER_SITE_SUBDIR=src/thunar-plugins/${ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Media Tags Plugin +COMMENT= Media tags plugin -LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib +LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib USES= gmake pkgconfig gettext -NO_STAGE= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310232048.r9NKmbfA040538>