diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-07 05:53:44 +0800 | 
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-07 05:53:44 +0800 | 
| commit | aff0a87d2358cf939237a67dcda4f43ab53cd6f3 (patch) | |
| tree | 136420e5e0cc4b1775ab94455c13acc4d6d6cace | |
| parent | d05dcdc0817d5610a939a39df8f30b5a354c2ae0 (diff) | |
| download | marcuscom-ports-aff0a87d2358cf939237a67dcda4f43ab53cd6f3.tar.gz marcuscom-ports-aff0a87d2358cf939237a67dcda4f43ab53cd6f3.tar.zst marcuscom-ports-aff0a87d2358cf939237a67dcda4f43ab53cd6f3.zip  | |
Depend on desktopfileutils, don't remove dirs owned by glib20.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15196 df743ca5-7f9a-e211-a948-0013205c9059
| -rw-r--r-- | sysutils/brasero3/Makefile | 4 | ||||
| -rw-r--r-- | sysutils/brasero3/pkg-plist | 2 | 
2 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/brasero3/Makefile b/sysutils/brasero3/Makefile index 7974d5eb4..a071d2ac7 100644 --- a/sysutils/brasero3/Makefile +++ b/sysutils/brasero3/Makefile @@ -3,7 +3,7 @@  # Whom:			Michael Johnson <ahze@FreeBSD.org>  #  # $FreeBSD$ -#    $MCom: ports/sysutils/brasero3/Makefile,v 1.1 2011/01/31 22:52:25 kwm Exp $ +#    $MCom: ports/sysutils/brasero3/Makefile,v 1.2 2011/01/31 22:54:16 kwm Exp $  PORTNAME=	brasero  PORTVERSION=	2.91.6 @@ -26,7 +26,7 @@ GNU_CONFIGURE=	yes  USE_GMAKE=	yes  USE_XORG=	sm ice  USE_GNOME=	intlhack gnomeprefix gnomehack gnomedocutils gtk30 gconf2 \ -		libxml2 +		libxml2 desktopfileutils  GNOME_DESKTOP_VERSION=3  USE_LDCONFIG=	yes  USE_GSTREAMER=	gconf core diff --git a/sysutils/brasero3/pkg-plist b/sysutils/brasero3/pkg-plist index 4229b129a..a38f60066 100644 --- a/sysutils/brasero3/pkg-plist +++ b/sysutils/brasero3/pkg-plist @@ -515,8 +515,6 @@ share/omf/brasero/brasero-zh_TW.omf  @dirrm lib/brasero3/plugins  @dirrm lib/brasero3  @dirrm include/brasero3 -@dirrmtry share/GConf/gsettings -@dirrmtry share/GConf  @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime  @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime  @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true  | 
