svn commit: r359587 - head/graphics/zbar

Koop Mast kwm at FreeBSD.org
Fri Jun 27 17:26:37 UTC 2014


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


More information about the svn-ports-head mailing list