diff options
author | mandree <mandree@FreeBSD.org> | 2014-04-24 04:26:50 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-04-24 04:26:50 +0800 |
commit | a6f9d6ae7022787df3db121715532b703528282f (patch) | |
tree | 09739d1e7370f1594fafde52df6354b8d357f550 | |
parent | 1fc7cbad1c0092877af9eb8ee3ef3d4fd3ca2737 (diff) | |
download | freebsd-ports-graphics-a6f9d6ae7022787df3db121715532b703528282f.tar.gz freebsd-ports-graphics-a6f9d6ae7022787df3db121715532b703528282f.tar.zst freebsd-ports-graphics-a6f9d6ae7022787df3db121715532b703528282f.zip |
Drop excess USES+=desktop-file-utils under the GNOME option,
which broke the stage-qa target.
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/ufraw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index c96addd6c4b..97440ab6820 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -81,7 +81,6 @@ CONFIGURE_ARGS+=--without-gtk .if ${PORT_OPTIONS:MGNOME} CATEGORIES+= gnome USE_GNOME= gconf2 -USES+= desktop-file-utils CONFIGURE_ARGS+= --enable-mime GCONF_SCHEMAS= ${PORTNAME}.schemas PLIST_SUB+= GNOME="" |