diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-25 10:54:50 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-25 10:54:50 +0000 |
commit | 33c17bbfe1d7aa54bf0ededc6a468dac0f13fe52 (patch) | |
tree | dcdf1aaf073a0d7e83e4e3f3d232b48626262a55 /graphics/ufraw/Makefile | |
parent | b56a1094024917d129c32aa97c9b6cf355a3c70e (diff) |
Notes
Diffstat (limited to 'graphics/ufraw/Makefile')
-rw-r--r-- | graphics/ufraw/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index 97440ab6820b..7385507d9747 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -3,7 +3,7 @@ PORTNAME= ufraw PORTVERSION= 0.19.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -83,9 +83,6 @@ CATEGORIES+= gnome USE_GNOME= gconf2 CONFIGURE_ARGS+= --enable-mime GCONF_SCHEMAS= ${PORTNAME}.schemas -PLIST_SUB+= GNOME="" -.else -PLIST_SUB+= GNOME="@comment " .endif post-patch: |