Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2014 16:15:01 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358021 - head/graphics/zint
Message-ID:  <201406161615.s5GGF1dT086312@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Mon Jun 16 16:15:01 2014
New Revision: 358021
URL: http://svnweb.freebsd.org/changeset/ports/358021
QAT: https://qat.redports.org/buildarchive/r358021/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/graphics/zint/Makefile

Modified: head/graphics/zint/Makefile
==============================================================================
--- head/graphics/zint/Makefile	Mon Jun 16 16:06:26 2014	(r358020)
+++ head/graphics/zint/Makefile	Mon Jun 16 16:15:01 2014	(r358021)
@@ -12,7 +12,7 @@ COMMENT=	Zint Barcode Generator
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
 USES=		cmake
 USE_LDCONFIG=	yes
@@ -20,5 +20,4 @@ USE_QT4=	gui xml qmake_build uic_build m
 
 DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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