svn commit: r425021 - branches/2016Q4/net/vnstat

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


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

Log:
  MFH: r425020
  
  Remove legacy PORTSDIR
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q4/net/vnstat/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/net/vnstat/Makefile
==============================================================================
--- branches/2016Q4/net/vnstat/Makefile	Mon Oct 31 18:17:08 2016	(r425020)
+++ branches/2016Q4/net/vnstat/Makefile	Mon Oct 31 18:17:42 2016	(r425021)
@@ -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-all mailing list