diff options
author | jhb <jhb@FreeBSD.org> | 2001-08-23 00:11:45 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-08-23 00:11:45 +0000 |
commit | ab4901fb3e2d2537066a3713b139f228e7908fff (patch) | |
tree | 57a65b4249f0c89a987b1f50e99e38ad06a31b1f /x11 | |
parent | 7ecc9c5be3c35799b67c705879b2c631427c0c70 (diff) | |
download | FreeBSD-ports-ab4901fb3e2d2537066a3713b139f228e7908fff.zip FreeBSD-ports-ab4901fb3e2d2537066a3713b139f228e7908fff.tar.gz |
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 c11f2bd..3eff9dc 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 |