Date: Wed, 13 Oct 2021 05:49:28 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7efc68a5a173 - main - graphics/dcraw: Cosmetic change Message-ID: <202110130549.19D5nSks073928@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7efc68a5a1732e102435e4f9b3b4c85323b923dc commit 7efc68a5a1732e102435e4f9b3b4c85323b923dc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 05:35:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 05:35:59 +0000 graphics/dcraw: Cosmetic change --- graphics/dcraw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index b833efba2af1..fce1dcc8324a 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -16,14 +16,14 @@ LIB_DEPENDS= libjasper.so:graphics/jasper \ USES= cpe jpeg localbase tar:xz -CPE_VENDOR= dcraw_project - CPPFLAGS+= -I${LOCALBASE}/include/jasper LIBS+= -ljasper -ljpeg -llcms2 -lm PLIST_FILES= bin/dcraw \ share/man/man1/dcraw.1.gz +CPE_VENDOR= dcraw_project + do-build: @cd ${WRKSRC}/ && ${CC} -o dcraw ${CPPFLAGS} ${CFLAGS} dcraw.c ${LDFLAGS} ${LIBS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110130549.19D5nSks073928>