diff options
author | max <max@FreeBSD.org> | 1997-10-31 06:34:05 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-31 06:34:05 +0800 |
commit | 30f773368fd984b0449a6aa96db917c82dae5970 (patch) | |
tree | 8800f0be7174c30c5f5cf1622c6dfa6d7927a0d2 /x11-wm/e16/Makefile | |
parent | 678aabcdc1779251ac71cb976bb9ce6ef0c9e1dc (diff) | |
download | freebsd-ports-gnome-30f773368fd984b0449a6aa96db917c82dae5970.tar.gz freebsd-ports-gnome-30f773368fd984b0449a6aa96db917c82dae5970.tar.zst freebsd-ports-gnome-30f773368fd984b0449a6aa96db917c82dae5970.zip |
Upgrade, 0.12.4 -> 0.12.5.
PR: 4898
Submitted by: maintainer
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 5fb8418722ff..ccda1af45779 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: enlightenment -# Version required: 0.12.4 +# Version required: 0.12.5 # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.5 1997/09/19 03:51:35 max Exp $ +# $Id: Makefile,v 1.6 1997/10/29 23:29:54 jseger Exp $ # -DISTNAME= enl_DR-0.12.4 -PKGNAME= enlightenment-0.12.4 +DISTNAME= enl_DR-0.12.5 +PKGNAME= enlightenment-0.12.5 CATEGORIES= x11 -MASTER_SITES= http://www.rasterman.com/ftp/ \ - ftp://cthulhu.mandrake.net/pub/enlightenment/ +MASTER_SITES= ftp://cthulhu.mandrake.net/pub/enlightenment/ MAINTAINER= vanilla@MinJe.com.TW @@ -19,6 +18,6 @@ LIB_DEPENDS= Im\\.3\\.:${PORTSDIR}/graphics/imlib USE_GMAKE= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes -WRKSRC= ${WRKDIR}/enl-0.12.4 +WRKSRC= ${WRKDIR}/enl-0.12.5 .include <bsd.port.mk> |