Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 20:45:43 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: acfcefedaad1 - main - graphics/openjpeg15: Remove unnecessary USES=dos2unix
Message-ID:  <202106302045.15UKjhlp053647@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=acfcefedaad18a4f3c39e9dba189c4ff26a9a532

commit acfcefedaad18a4f3c39e9dba189c4ff26a9a532
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-30 20:35:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-30 20:43:33 +0000

    graphics/openjpeg15: Remove unnecessary USES=dos2unix
---
 graphics/openjpeg15/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/graphics/openjpeg15/Makefile b/graphics/openjpeg15/Makefile
index 0a27647fbfa4..406745291fc4 100644
--- a/graphics/openjpeg15/Makefile
+++ b/graphics/openjpeg15/Makefile
@@ -17,16 +17,16 @@ LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
 		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff
 
-OPTIONS_DEFINE=	DOCS
+USES=		cmake cpe
 
-DOS2UNIX_FILES=	libopenjpeg/opj_malloc.h
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		cmake cpe dos2unix
 
 PORTDOCS=	CHANGES LICENSE
 
 GH_ACCOUNT=	uclouvain
 USE_GITHUB=	yes
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106302045.15UKjhlp053647>