svn commit: r353980 - head/devel/py-simpy

David Naylor dbn at FreeBSD.org
Tue May 13 19:14:06 UTC 2014


Author: dbn
Date: Tue May 13 19:14:05 2014
New Revision: 353980
URL: http://svnweb.freebsd.org/changeset/ports/353980
QAT: https://qat.redports.org/buildarchive/r353980/

Log:
  Remove obsoleted OPTIONSFILE from devel/py-simpy.
  
  Clean-up from my previous commits.
  
  Approved by:	portsmgr (implicit)

Modified:
  head/devel/py-simpy/Makefile

Modified: head/devel/py-simpy/Makefile
==============================================================================
--- head/devel/py-simpy/Makefile	Tue May 13 19:01:16 2014	(r353979)
+++ head/devel/py-simpy/Makefile	Tue May 13 19:14:05 2014	(r353980)
@@ -23,8 +23,6 @@ PYDISTUTILS_PKGNAME=	SimPy
 OPTIONS_DEFINE=	TKINTER
 TKINTER_DESC=	py-tkinter for plot
 
-OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTKINTER}


More information about the svn-ports-all mailing list