diff options
author | Kelly Yancey <kbyanc@FreeBSD.org> | 2000-07-18 07:02:57 +0000 |
---|---|---|
committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2000-07-18 07:02:57 +0000 |
commit | 3a5add17605486956a50231fa11a76f8a3872d3b (patch) | |
tree | 520c8f1f0d4d431f63f705d91ac37e199de5ecf8 /x11/erun/Makefile | |
parent | Prefix all bits of this iconv() implementation with "g" to avoid conflict with (diff) |
Make erun depend on the new libepplet port rather than the epplets
collection.
PR: 19396
Submitted by: kbyanc@posi.net
Notes
Notes:
svn path=/head/; revision=30772
Diffstat (limited to '')
-rw-r--r-- | x11/erun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/erun/Makefile b/x11/erun/Makefile index 325381e6c8f8..497c2d493ccf 100644 --- a/x11/erun/Makefile +++ b/x11/erun/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://void.mapopolis.com/~jacob/c0de/ MAINTAINER= kbyanc@posi.net -LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets +LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/libepplet WRKSRC= ${WRKDIR}/${PORTNAME} |