Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2013 20:04:57 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316270 - head/graphics/tiff
Message-ID:  <201304222004.r3MK4vYf084249@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



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