Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2016 18:17:08 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425020 - head/net/vnstat
Message-ID:  <201610311817.u9VIH8Zj015361@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610311817.u9VIH8Zj015361>