svn commit: r357444 - head/textproc/pychm

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jun 11 09:19:09 UTC 2014


Author: vanilla
Date: Wed Jun 11 09:19:08 2014
New Revision: 357444
URL: http://svnweb.freebsd.org/changeset/ports/357444
QAT: https://qat.redports.org/buildarchive/r357444/

Log:
  1: Stagify.
  2: new format of LIB_DEPENDS.

Modified:
  head/textproc/pychm/Makefile

Modified: head/textproc/pychm/Makefile
==============================================================================
--- head/textproc/pychm/Makefile	Wed Jun 11 09:16:26 2014	(r357443)
+++ head/textproc/pychm/Makefile	Wed Jun 11 09:19:08 2014	(r357444)
@@ -9,13 +9,12 @@ MASTER_SITES=	SF/gnochm/${PORTNAME}/${PO
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Bindings for CHMLIB library
 
-LIB_DEPENDS=	chm.0:${PORTSDIR}/misc/chmlib
+LIB_DEPENDS=	libchm.so:${PORTSDIR}/misc/chmlib
 
 NO_BUILD=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 PYDISTUTILS_INSTALLARGS:=	${PYDISTUTILS_INSTALLARGS} build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib


More information about the svn-ports-head mailing list