svn commit: r361029 - head/print/pecl-ps

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jul 7 06:56:35 UTC 2014


Author: vanilla
Date: Mon Jul  7 06:56:34 2014
New Revision: 361029
URL: http://svnweb.freebsd.org/changeset/ports/361029
QAT: https://qat.redports.org/buildarchive/r361029/

Log:
  1: Stagify.
  2: new syntax of LIB_DEPENDS.
  
  Approved by:	portmgr@ (blanket)

Modified:
  head/print/pecl-ps/Makefile

Modified: head/print/pecl-ps/Makefile
==============================================================================
--- head/print/pecl-ps/Makefile	Mon Jul  7 06:41:10 2014	(r361028)
+++ head/print/pecl-ps/Makefile	Mon Jul  7 06:56:34 2014	(r361029)
@@ -14,7 +14,7 @@ DIST_SUBDIR=	PECL
 MAINTAINER=	alan at fromorbit.com
 COMMENT=	PHP extension for pslib to generate postscript
 
-LIB_DEPENDS=	ps.4:${PORTSDIR}/print/pslib
+LIB_DEPENDS=	libps.so:${PORTSDIR}/print/pslib
 
 USE_PHP=	yes
 USE_PHPEXT=	yes
@@ -22,7 +22,6 @@ PHP_MODNAME=	${PORTNAME}
 DEFAULT_PHP_VER=53
 IGNORE_WITH_PHP=5
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4
 


More information about the svn-ports-all mailing list