diff options
author | John Baldwin <jhb@FreeBSD.org> | 2001-08-22 23:04:00 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2001-08-22 23:04:00 +0000 |
commit | 73285d263fece2b7690bd5c8e6adc0d78501434d (patch) | |
tree | 3594bbe9500d52d76da23c76bf704981cf123d7d | |
parent | 7f1b71907391a4b1ee253d2a57d0cb07d4f430ed (diff) | |
download | ports-73285d263fece2b7690bd5c8e6adc0d78501434d.tar.gz ports-73285d263fece2b7690bd5c8e6adc0d78501434d.zip |
Depend on the x11-wm/libepplet port for libepplet rather than the
x11-wm/epplets port.
Notes
Notes:
svn path=/head/; revision=46661
-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 6cf550c6471e..c11f2bd56cec 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/epplets +LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/libepplet WRKSRC= ${WRKDIR}/E-FancyLauncher |