diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-06-15 11:53:25 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-06-15 11:53:25 +0000 |
commit | cdde556b20bde2f00a3f7a7cfffb7c5444119c4a (patch) | |
tree | d664334ce1ed11d128fc97f2e09f6417aeddc37c /graphics/exhibit | |
parent | 9d790a34ba8633e3e24554fad0fab499281bc384 (diff) |
Notes
Diffstat (limited to 'graphics/exhibit')
-rw-r--r-- | graphics/exhibit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/exhibit/Makefile b/graphics/exhibit/Makefile index f3423b658d18..52b8eb366fac 100644 --- a/graphics/exhibit/Makefile +++ b/graphics/exhibit/Makefile @@ -36,8 +36,8 @@ USE_EFL+= engrave .endif .if defined(WITH_ENLIGHTENMENT) || exists(${LOCALBASE}/bin/enlightenment_remote) -BUILD_DEPENDS+= enlightenment_remote:${PORTSDIR}/x11-wm/enlightenment-devel -RUN_DEPENDS+= enlightenment_remote:${PORTSDIR}/x11-wm/enlightenment-devel +BUILD_DEPENDS+= enlightenment_remote:${PORTSDIR}/x11-wm/enlightenment +RUN_DEPENDS+= enlightenment_remote:${PORTSDIR}/x11-wm/enlightenment .endif .include <bsd.port.post.mk> |