svn commit: r352520 - head/graphics/pygts
Pawel Pekala
pawel at FreeBSD.org
Mon Apr 28 16:22:08 UTC 2014
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>
More information about the svn-ports-all
mailing list