diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/xv/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'graphics/xv/Makefile')
-rw-r--r-- | graphics/xv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 34edde51fffe..43aa592bc13d 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -18,9 +18,9 @@ PATCHFILES= xv-3.10a-enhancements.20070520-20081216.diff MAINTAINER?= dinoex@FreeBSD.org COMMENT?= X11 program that displays images of various formats -LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ - libpng.so:${PORTSDIR}/graphics/png \ - libjasper.so:${PORTSDIR}/graphics/jasper +LIB_DEPENDS= libtiff.so:graphics/tiff \ + libpng.so:graphics/png \ + libjasper.so:graphics/jasper USES= imake jpeg USE_XORG= xext x11 xt |