Date: Mon, 28 Apr 2014 16:22:07 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352520 - head/graphics/pygts Message-ID: <201404281622.s3SGM7FU023782@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Apr 28 16:22:07 2014 New Revision: 352520 URL: http://svnweb.freebsd.org/changeset/ports/352520 QAT: https://qat.redports.org/buildarchive/r352520/ Log: - Port is stage safe - Convert to new LIB_DEPENDS format Modified: head/graphics/pygts/Makefile Modified: head/graphics/pygts/Makefile ============================================================================== --- head/graphics/pygts/Makefile Mon Apr 28 16:20:23 2014 (r352519) +++ head/graphics/pygts/Makefile Mon Apr 28 16:22:07 2014 (r352520) @@ -12,11 +12,10 @@ COMMENT= Python binding for GNU Triangul BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -LIB_DEPENDS= gts.5:${PORTSDIR}/graphics/gts +LIB_DEPENDS= libgts.so:${PORTSDIR}/graphics/gts USE_PYTHON= yes USE_PYDISTUTILS= yes USES= pkgconfig -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404281622.s3SGM7FU023782>