diff options
author | gahr <gahr@FreeBSD.org> | 2009-06-15 19:53:25 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-06-15 19:53:25 +0800 |
commit | f766ec4f76d83f0a88d72502d256b98c9712c522 (patch) | |
tree | 1e8c94e9d6be4af13b9eae26ebc7fc81d47b5317 /graphics | |
parent | 8ac51d5f1172dfecfa473fda708a0a3aaff377d4 (diff) | |
download | freebsd-ports-gnome-f766ec4f76d83f0a88d72502d256b98c9712c522.tar.gz freebsd-ports-gnome-f766ec4f76d83f0a88d72502d256b98c9712c522.tar.zst freebsd-ports-gnome-f766ec4f76d83f0a88d72502d256b98c9712c522.zip |
- Move x11-wm/enlightenment-devel to x11-wm/enlightenment
- Disconnect x11-wm/enlightenment-devel from the build
- Reconnect x11-wm/enlightenment to the build
- Update dependent ports
- Note the transition in UPDATING
Diffstat (limited to 'graphics')
-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> |