diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-01 13:10:35 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-01 13:10:35 +0000 |
commit | 2fb9f253738e151f2fbe761516881a4f0594a09d (patch) | |
tree | 9695b297af36ba840f671615e51523a713e61430 /graphics/dcraw-m | |
parent | 800ccbb3b55bc2ef883f887ccd6925b011df90ef (diff) | |
download | freebsd-ports-2fb9f253738e151f2fbe761516881a4f0594a09d.zip |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Diffstat (limited to 'graphics/dcraw-m')
-rw-r--r-- | graphics/dcraw-m/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/dcraw-m/Makefile b/graphics/dcraw-m/Makefile index 7981603908c5..ac9bbc12c021 100644 --- a/graphics/dcraw-m/Makefile +++ b/graphics/dcraw-m/Makefile @@ -21,13 +21,13 @@ GH_TAGNAME= 1392579 USES= jpeg pkgconfig -CFLAGS += -Wall -I${LOCALBASE}/include \ +CFLAGS+= -Wall -I${LOCALBASE}/include \ `MagickWand-config --cflags --cppflags` \ -DMAGICKCORE_HDRI_ENABLE=0 \ -DMAGICKCORE_QUANTUM_DEPTH=16 -LDFLAGS += `MagickWand-config --ldflags --libs` -lm -llcms2 -ljpeg \ +LDFLAGS+= `MagickWand-config --ldflags --libs` -lm -llcms2 -ljpeg \ -ljasper -LIBS += -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib PLIST_FILES= bin/dcraw-m |