diff options
author | demon <demon@FreeBSD.org> | 2012-08-27 01:48:53 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2012-08-27 01:48:53 +0800 |
commit | 92a1be0d86e6136e190533d5659b2c1d116b476a (patch) | |
tree | c0d39c4b175197c9d0312b1ef704205efc1e1e4a /graphics | |
parent | 896f1f78cd910298bacb46597abdae04b66cb66d (diff) | |
download | freebsd-ports-gnome-92a1be0d86e6136e190533d5659b2c1d116b476a.tar.gz freebsd-ports-gnome-92a1be0d86e6136e190533d5659b2c1d116b476a.tar.zst freebsd-ports-gnome-92a1be0d86e6136e190533d5659b2c1d116b476a.zip |
Correct dependency.
Noted by: beat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gource/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index 2ff4351f4184..a582bc97df26 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= SDL_image:${PORTSDIR}/graphics/sdl_image \ ftgl:${PORTSDIR}/graphics/ftgl \ pcre:${PORTSDIR}/devel/pcre \ GLEW:${PORTSDIR}/graphics/glew \ - libboost_filesystem:${PORTSDIR}/devel/boost-libs + boost_filesystem:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm GNU_CONFIGURE= yes |