diff options
author | jhale <jhale@FreeBSD.org> | 2012-11-30 16:48:41 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-11-30 16:48:41 +0800 |
commit | b7d77f82b065892ccdba800f66496a28976f0aa4 (patch) | |
tree | faccf85931b9bb7870011d7b0d6d7524b1113a60 /graphics | |
parent | a22cc7b119f929dfb6a823209eba1890a83e90c0 (diff) | |
download | freebsd-ports-gnome-b7d77f82b065892ccdba800f66496a28976f0aa4.tar.gz freebsd-ports-gnome-b7d77f82b065892ccdba800f66496a28976f0aa4.tar.zst freebsd-ports-gnome-b7d77f82b065892ccdba800f66496a28976f0aa4.zip |
- EXIV2 and LENSFUN now have standard descriptions
- Drop "Enable" in FITS description
Reported by: danfe
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ufraw/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index ca9ada7c337f..da4d34e95699 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -33,9 +33,7 @@ OPTIONS_DEFAULT=CONTRAST EXIV2 LENSFUN GTK2 CONTRAST_DESC= Enable contrast setting option DST_DESC= Use local time for timestamps -EXIV2_DESC= Enable EXIF support via exiv2 library -LENSFUN_DESC= Enable LensFun library support -FITS_DESC= Enable FITS output support +FITS_DESC= FITS output support GIMP_DESC= Install GIMP plugin .include <bsd.port.options.mk> |