svn commit: r425020 - head/net/vnstat

Mark Felder feld at FreeBSD.org
Mon Oct 31 18:17:09 UTC 2016


Author: feld
Date: Mon Oct 31 18:17:08 2016
New Revision: 425020
URL: https://svnweb.freebsd.org/changeset/ports/425020

Log:
  Remove legacy PORTSDIR

Modified:
  head/net/vnstat/Makefile

Modified: head/net/vnstat/Makefile
==============================================================================
--- head/net/vnstat/Makefile	Mon Oct 31 18:03:38 2016	(r425019)
+++ head/net/vnstat/Makefile	Mon Oct 31 18:17:08 2016	(r425020)
@@ -33,7 +33,7 @@ OPTIONS_DEFAULT=	GUI
 OPTIONS_SUB=	yes
 GUI_DESC=	Build with graphics/gd dependency
 
-GUI_LIB_DEPENDS+=	libgd.so:${PORTSDIR}/graphics/gd
+GUI_LIB_DEPENDS+=	libgd.so:graphics/gd
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list