diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-20 07:50:28 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-20 07:50:28 +0000 |
commit | 4ba819c1e37b6203680d371c87d98acc9224389b (patch) | |
tree | b5e9994094ff1b73e0afae57f6f7eb4e4f49cb15 /graphics/ufraw/Makefile | |
parent | a103bf3dfcc8f5e58bcf8ae4599b22140940404a (diff) |
Notes
Diffstat (limited to 'graphics/ufraw/Makefile')
-rw-r--r-- | graphics/ufraw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index dc0a3f6ae2c0..d2a6205ed2ac 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ufraw -PORTVERSION= 0.18 -PORTREVISION= 4 +PORTVERSION= 0.19.2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -75,8 +74,9 @@ PLIST_SUB+= GIMP="@comment " .if ${PORT_OPTIONS:MGTK2} LIB_DEPENDS+= gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview -PLIST_FILES+= bin/ufraw +PLIST_SUB+= MGTK2="" .else +PLIST_SUB+= MGTK2="@comment " CONFIGURE_ARGS+=--without-gtk .endif |