diff options
Diffstat (limited to 'graphics/xd3d/Makefile')
-rw-r--r-- | graphics/xd3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile index 2d0cd5ae5528..dc69a9602cdf 100644 --- a/graphics/xd3d/Makefile +++ b/graphics/xd3d/Makefile @@ -29,10 +29,10 @@ LICENSE= GPLv2 OPTIONS_DEFINE= DOCS EXAMPLES .if !defined(WITHOUT_IMAGEMAGICK) -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS+= convert:graphics/ImageMagick .endif .if !defined(WITHOUT_GIFSICLE) -RUN_DEPENDS+= gifsicle:${PORTSDIR}/graphics/gifsicle +RUN_DEPENDS+= gifsicle:graphics/gifsicle .endif MASTER_SITES_BACKUP= http://pompo.net/ports/ |