svn commit: r358021 - head/graphics/zint

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 16 16:15:01 UTC 2014


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>


More information about the svn-ports-head mailing list