From dbb4cccb683015d4e7ec0a837402ff90fa77b68c Mon Sep 17 00:00:00 2001 From: DPorts Builder Date: Tue, 28 Jan 2014 02:59:23 -0800 Subject: [PATCH] Tweak graphics/leptonica version 1.69_1 --- graphics/leptonica/Makefile | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/graphics/leptonica/Makefile b/graphics/leptonica/Makefile index 36891dbd4f6..426e5decd33 100644 --- a/graphics/leptonica/Makefile +++ b/graphics/leptonica/Makefile @@ -1,5 +1,5 @@ # Created by: Hiroto Kagotani -# $FreeBSD: graphics/leptonica/Makefile 327733 2013-09-20 18:35:44Z bapt $ +# $FreeBSD: graphics/leptonica/Makefile 340161 2014-01-18 09:43:41Z bapt $ PORTNAME= leptonica PORTVERSION= 1.69 @@ -10,11 +10,11 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= hiroto.kagotani@gmail.com COMMENT= C library for efficient image processing and image analysis operations -LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff \ - webp:${PORTSDIR}/graphics/webp +LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libwebp.so:${PORTSDIR}/graphics/webp CONFLICTS= leptonlib-[0-9]* @@ -23,9 +23,6 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes -.include - TESTS?= generate compare .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING) BUILD_DEPENDS+= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot @@ -43,7 +40,4 @@ check regression-test test: build ${WRKSRC}/prog/alltests_reg ${c} .endfor -post-install: - ${CAT} ${PKGMESSAGE} - -.include +.include -- 2.41.0