diff options
Diffstat (limited to 'graphics/dataplot/Makefile')
-rw-r--r-- | graphics/dataplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index c60122455e7f..6d6b20c20c27 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -16,8 +16,8 @@ EXTRACT_ONLY= dpsrc${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Free software system for statistical visualization -LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libgd.so:graphics/gd \ + libpng.so:graphics/png OPTIONS_DEFINE= DOCS DOCS_DISTFILES= dpsnapsh.pdf:doc |