svn commit: r316270 - head/graphics/tiff

Dirk Meyer dinoex at FreeBSD.org
Mon Apr 22 20:04:58 UTC 2013


Author: dinoex
Date: Mon Apr 22 20:04:57 2013
New Revision: 316270
URL: http://svnweb.freebsd.org/changeset/ports/316270

Log:
  - make portlint happier
  PR:		176919

Modified:
  head/graphics/tiff/Makefile

Modified: head/graphics/tiff/Makefile
==============================================================================
--- head/graphics/tiff/Makefile	Mon Apr 22 19:36:24 2013	(r316269)
+++ head/graphics/tiff/Makefile	Mon Apr 22 20:04:57 2013	(r316270)
@@ -10,12 +10,12 @@ MASTER_SITES=	ftp://ftp.remotesensing.or
 MAINTAINER=	dinoex at FreeBSD.org
 COMMENT=	Tools and library routines for working with TIFF images
 
-LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
-		jbig:${PORTSDIR}/graphics/jbigkit
-
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
+LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
+		jbig:${PORTSDIR}/graphics/jbigkit
+
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS+=	--with-jpeg-include-dir=${LOCALBASE}/include \


More information about the svn-ports-head mailing list