aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixie
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/pixie
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Notes
Diffstat (limited to 'graphics/pixie')
-rw-r--r--graphics/pixie/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index 5ce0ca97d528..a51077890ea0 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -14,9 +14,9 @@ COMMENT= Photorealistic renderer with Pixar's RenderMan-like interface
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
- libtiff.so:${PORTSDIR}/graphics/tiff \
- libfltk_gl.so:${PORTSDIR}/x11-toolkits/fltk
+LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \
+ libtiff.so:graphics/tiff \
+ libfltk_gl.so:x11-toolkits/fltk
USE_GL= glu
USES= bison compiler:c++0x libtool pathfix tar:tgz
@@ -48,7 +48,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${OSVERSION} < 1000033
-BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
+BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex
CONFIGURE_ENV+= ac_cv_path_FLEX="${LOCALBASE}/bin/flex"
.endif