Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 17:26:36 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359587 - head/graphics/zbar
Message-ID:  <201406271726.s5RHQa77002965@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Jun 27 17:26:36 2014
New Revision: 359587
URL: http://svnweb.freebsd.org/changeset/ports/359587
QAT: https://qat.redports.org/buildarchive/r359587/

Log:
  Stagify
  use new lib_depend syntax.
  replace empty() with !
  
  Approved by:	portmgr (blanket)

Modified:
  head/graphics/zbar/Makefile

Modified: head/graphics/zbar/Makefile
==============================================================================
--- head/graphics/zbar/Makefile	Fri Jun 27 17:21:06 2014	(r359586)
+++ head/graphics/zbar/Makefile	Fri Jun 27 17:26:36 2014	(r359587)
@@ -12,7 +12,7 @@ COMMENT=	ZBar barcode reader
 
 LICENSE=	LGPL21
 
-LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -24,7 +24,6 @@ OPTIONS_DEFINE=	X11 IMAGEMAGICK V4L PYTH
 OPTIONS_DEFAULT=	X11 IMAGEMAGICK
 V4L_DESC=	Build zbarcam video scanner
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MX11}
@@ -88,7 +87,7 @@ post-patch:
 	@${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure
 	@${REINPLACE_CMD} 's|^pkgconfigdir = .*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|' \
 		${WRKSRC}/Makefile.in
-.if empty(PORT_OPTIONS:MDOCS)
+.if ! ${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} '/^install-data-am: /s/install-dist_docDATA//' \
 		${WRKSRC}/Makefile.in
 .endif



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