diff options
author | stas <stas@FreeBSD.org> | 2010-03-05 17:17:35 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-03-05 17:17:35 +0800 |
commit | b28e29c8bcd769eaac3140c65e291518f6c89f3c (patch) | |
tree | eeaab80ce2ff85594864678e4ac0dd5ad26c7b5f /graphics/ufraw | |
parent | d95df01138e5c2592a6e2d92dfef443f0b5e1a74 (diff) | |
download | freebsd-ports-gnome-b28e29c8bcd769eaac3140c65e291518f6c89f3c.tar.gz freebsd-ports-gnome-b28e29c8bcd769eaac3140c65e291518f6c89f3c.tar.zst freebsd-ports-gnome-b28e29c8bcd769eaac3140c65e291518f6c89f3c.zip |
- Fix a couple of typos in options.
Feature safe: yes
Diffstat (limited to 'graphics/ufraw')
-rw-r--r-- | graphics/ufraw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index 0c8968c767d8..45fe39fa060a 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -31,12 +31,12 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" PC_FALSE+= cinepaint OPTIONS= CONTRAST "Enable contrast setting" on \ - DST " Use local time for timestamps" off \ + DST "Use local time for timestamps" off \ EXIV2 "EXIF support via exiv2 library" on \ FITS "Enable FITS output support" off \ GIMP "Install GIMP UFRaw plugin" on \ HOTPIXEL "Enable hot pixels elimination" on \ - LENSFUN "Build with LenFun library support" on + LENSFUN "Build with LensFun library support" on .include <bsd.port.pre.mk> |