svn commit: r402646 - head/comms/xnecview

Stephen Hurd shurd at FreeBSD.org
Mon Nov 30 05:05:46 UTC 2015


Author: shurd
Date: Mon Nov 30 05:05:45 2015
New Revision: 402646
URL: https://svnweb.freebsd.org/changeset/ports/402646

Log:
  Remove runtime dependency on nec2c
  
  PR:		196329
  Submitted by:	Kevin Zheng <kevinz5000 at gmail.com>

Modified:
  head/comms/xnecview/Makefile

Modified: head/comms/xnecview/Makefile
==============================================================================
--- head/comms/xnecview/Makefile	Mon Nov 30 05:05:25 2015	(r402645)
+++ head/comms/xnecview/Makefile	Mon Nov 30 05:05:45 2015	(r402646)
@@ -11,7 +11,6 @@ MAINTAINER=	xride at FreeBSD.org
 COMMENT=	A X viewer of nec2c data
 
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
-RUN_DEPENDS=	nec2c:${PORTSDIR}/comms/nec2c
 
 USES=		gmake pkgconfig tar:tgz
 USE_GNOME=	gtk20


More information about the svn-ports-all mailing list