svn commit: r443480 - head/math/eukleides

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 12 22:25:40 UTC 2017


Author: sunpoet
Date: Mon Jun 12 22:25:39 2017
New Revision: 443480
URL: https://svnweb.freebsd.org/changeset/ports/443480

Log:
  Use USES=readline:port
  
  Approved by:	portmgr (blanket)

Modified:
  head/math/eukleides/Makefile

Modified: head/math/eukleides/Makefile
==============================================================================
--- head/math/eukleides/Makefile	Mon Jun 12 22:25:34 2017	(r443479)
+++ head/math/eukleides/Makefile	Mon Jun 12 22:25:39 2017	(r443480)
@@ -13,12 +13,11 @@ COMMENT=	Euclidean geometry drawing language
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libreadline.so:devel/readline
 RUN_DEPENDS=	pstoedit:graphics/pstoedit \
 		getopt>=0:misc/getopt
 
 USE_TEX=	latex
-USES=		bison gettext iconv gmake tar:bzip2
+USES=		bison gettext iconv gmake readline:port tar:bzip2
 INSTALL_TARGET=	install PREFIX=${STAGEDIR}${PREFIX}
 
 PORTDOCS=	de.pdf fr.pdf


More information about the svn-ports-all mailing list