diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2000-07-18 15:02:57 +0800 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2000-07-18 15:02:57 +0800 |
commit | 993c9f51f017b053f90c13157155d59eda98c87c (patch) | |
tree | 3b05491a75a46bbcbf2ba0a6a6dbb615873a7f01 /x11/erun | |
parent | 3e77125c72f4b0f017f87d801d6f1dedcc9747a7 (diff) | |
download | freebsd-ports-gnome-993c9f51f017b053f90c13157155d59eda98c87c.tar.gz freebsd-ports-gnome-993c9f51f017b053f90c13157155d59eda98c87c.tar.zst freebsd-ports-gnome-993c9f51f017b053f90c13157155d59eda98c87c.zip |
Make erun depend on the new libepplet port rather than the epplets
collection.
PR: 19396
Submitted by: kbyanc@posi.net
Diffstat (limited to 'x11/erun')
-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} |