diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-10-31 18:17:08 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-10-31 18:17:08 +0000 |
commit | aa25cb61e15a45deeb6769b875300d17c7405c1d (patch) | |
tree | be360399ec29ab6e478ebf58d16744ecacda71ed /net/vnstat/Makefile | |
parent | 8b4b08f5c8749e41d823c2f6f090f391695b34e1 (diff) |
Notes
Diffstat (limited to 'net/vnstat/Makefile')
-rw-r--r-- | net/vnstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vnstat/Makefile b/net/vnstat/Makefile index 288277c2b309..96ff8c365a6e 100644 --- a/net/vnstat/Makefile +++ b/net/vnstat/Makefile @@ -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> |