diff options
author | jhb <jhb@FreeBSD.org> | 2001-08-23 08:11:45 +0800 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-08-23 08:11:45 +0800 |
commit | ab4901fb3e2d2537066a3713b139f228e7908fff (patch) | |
tree | 57a65b4249f0c89a987b1f50e99e38ad06a31b1f /x11 | |
parent | 7ecc9c5be3c35799b67c705879b2c631427c0c70 (diff) | |
download | freebsd-ports-gnome-ab4901fb3e2d2537066a3713b139f228e7908fff.tar.gz freebsd-ports-gnome-ab4901fb3e2d2537066a3713b139f228e7908fff.tar.zst freebsd-ports-gnome-ab4901fb3e2d2537066a3713b139f228e7908fff.zip |
Bah, revert the previous change for now. There are work directories
shared among all epplets that should be created and "owned" by the
libepplet port, but they aren't. They are created and owned by the
epplets port, so depend on epplets again until that is fixed.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/efancylauncher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/efancylauncher/Makefile b/x11/efancylauncher/Makefile index c11f2bd56cec..3eff9dc29565 100644 --- a/x11/efancylauncher/Makefile +++ b/x11/efancylauncher/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jhb@FreeBSD.org -LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/libepplet +LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplet # XXX WRKSRC= ${WRKDIR}/E-FancyLauncher |