aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/zgv/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
commit148314483d3098c0d6a33944f1190842e671502f (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/zgv/Makefile
parent96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff)
downloadfreebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.gz
freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.zst
freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'graphics/zgv/Makefile')
-rw-r--r--graphics/zgv/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/zgv/Makefile b/graphics/zgv/Makefile
index f4a2589c7636..1fa600dd26b4 100644
--- a/graphics/zgv/Makefile
+++ b/graphics/zgv/Makefile
@@ -12,8 +12,8 @@ COMMENT= Graphics viewer for SVGAlib
LICENSE= GPLv2+
-LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
- libtiff.so:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS= libpng.so:graphics/png \
+ libtiff.so:graphics/tiff
OPTIONS_DEFINE= SDL DOCS
@@ -32,7 +32,7 @@ MAKE_ENV+= BACKEND=SDL
CPPFLAGS+= $$(${SDL_CONFIG} --cflags)
LDFLAGS+= $$(${SDL_CONFIG} --libs)
.else
-LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib
+LIB_DEPENDS+= libvga.so:graphics/svgalib
MAKE_ENV+= BACKEND=SVGALIB
ONLY_FOR_ARGS= i386 amd64
.endif