From 2fb9f253738e151f2fbe761516881a4f0594a09d Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Wed, 1 Nov 2017 13:10:35 +0000 Subject: Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. --- graphics/dcraw-m/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/dcraw-m') 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 -- cgit v1.2.3