diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-10-29 23:30:10 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-10-29 23:30:10 +0000 |
commit | b4f53e34f4ec5b7d21328ed645881844ecf930b4 (patch) | |
tree | b66ae4f62a2e1722b5f93f603a50105c302334ab /x11-wm/e16/Makefile | |
parent | Update of news/suck to version 3.7.0. (diff) |
Update of x11/enlightenment to version 0.12.4.
PR: ports/4886
Submitted by: vanilla@MinJe.com.TW
Notes
Notes:
svn path=/head/; revision=8398
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 86a4b61b7383..5fb8418722ff 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: enlightenment -# Version required: 0.12.3 +# Version required: 0.12.4 # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.4 1997/09/14 19:58:23 max Exp $ +# $Id: Makefile,v 1.5 1997/09/19 03:51:35 max Exp $ # -DISTNAME= enl_DR-0.12.3 -PKGNAME= enlightenment-0.12.3 +DISTNAME= enl_DR-0.12.4 +PKGNAME= enlightenment-0.12.4 CATEGORIES= x11 MASTER_SITES= http://www.rasterman.com/ftp/ \ ftp://cthulhu.mandrake.net/pub/enlightenment/ @@ -19,6 +19,6 @@ LIB_DEPENDS= Im\\.3\\.:${PORTSDIR}/graphics/imlib USE_GMAKE= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes -WRKSRC= ${WRKDIR}/enl +WRKSRC= ${WRKDIR}/enl-0.12.4 .include <bsd.port.mk> |