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 | Change my email address to petef@FreeBSD.org for the ports I maintain. (diff) |
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 |