svn commit: r334403 - head/graphics/openjpeg

Mathieu Arnold mat at FreeBSD.org
Wed Nov 20 09:59:39 UTC 2013


Author: mat
Date: Wed Nov 20 09:59:39 2013
New Revision: 334403
URL: http://svnweb.freebsd.org/changeset/ports/334403

Log:
  Fixup build.

Modified:
  head/graphics/openjpeg/Makefile

Modified: head/graphics/openjpeg/Makefile
==============================================================================
--- head/graphics/openjpeg/Makefile	Wed Nov 20 09:46:10 2013	(r334402)
+++ head/graphics/openjpeg/Makefile	Wed Nov 20 09:59:39 2013	(r334403)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libtiff.so:${PORTSDIR}/grap
 		libpng15.so:${PORTSDIR}/graphics/png \
 		liblcms2.so:${PORTSDIR}/graphics/lcms2
 
-DOS2UNIX_FILES=	opj_malloc.h
+DOS2UNIX_FILES=	libopenjpeg/opj_malloc.h
 GNU_CONFIGURE=	yes
 USES=		cmake dos2unix
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list