diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /x11/erun | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) |
Notes
Diffstat (limited to 'x11/erun')
-rw-r--r-- | x11/erun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/erun/Makefile b/x11/erun/Makefile index 40a266bf592f..f44ea42bb3bc 100644 --- a/x11/erun/Makefile +++ b/x11/erun/Makefile @@ -6,13 +6,13 @@ # PORTNAME= E-Run -PORTVERSION= 1.2 +PORTVERSION= 1.2 CATEGORIES= x11 MASTER_SITES= http://void.mapopolis.com/~jacob/c0de/ MAINTAINER= kbyanc@posi.net -LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/libepplet +LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/libepplet WRKSRC= ${WRKDIR}/${PORTNAME} |