aboutsummaryrefslogtreecommitdiff
path: root/graphics/raster3d
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/raster3d
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'graphics/raster3d')
-rw-r--r--graphics/raster3d/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/raster3d/Makefile b/graphics/raster3d/Makefile
index 7acb661c7629..892e66d73302 100644
--- a/graphics/raster3d/Makefile
+++ b/graphics/raster3d/Makefile
@@ -13,8 +13,8 @@ COMMENT= Set of tools for generating raster images of proteins and molecules
LICENSE= ART20
-LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \
- libtiff.so:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS= libgd.so:graphics/gd \
+ libtiff.so:graphics/tiff
OPTIONS_DEFINE= IMAGEMAGICK DOCS EXAMPLES
OPTIONS_DEFAULT=IMAGEMAGICK
@@ -29,7 +29,7 @@ MAKE_JOBS_UNSAFE= yes
CFLAGS+= -DLINUX -DNETWORKBYTEORDER -Dgfortran
FFLAGS+= -fno-range-check -ffixed-line-length-132
-IMAGEMAGICK_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
+IMAGEMAGICK_RUN_DEPENDS= convert:graphics/ImageMagick
OPTIONS_SUB= yes
BROKEN_sparc64= Does not compile with GCC 4.2: internal compiler error