diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-14 22:05:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-14 22:05:39 +0000 |
commit | e92e1fe17407e88237bb8b410d3398877077795c (patch) | |
tree | c75fac308dbe2ee37811324bb85d69e294d187df /lang/embryo/Makefile | |
parent | d1730043f5d445c0ac7f98fe77805903204b2536 (diff) | |
download | pkgsrc-e92e1fe17407e88237bb8b410d3398877077795c.tar.gz |
Update to June snapshot of E17. No detailed changes.
Diffstat (limited to 'lang/embryo/Makefile')
-rw-r--r-- | lang/embryo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index 88adca8cb55..83c04190496 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2009/06/07 14:42:54 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2009/07/14 22:05:39 joerg Exp $ # -DISTNAME= embryo-0.9.9.060 +DISTNAME= embryo-0.9.9.061 CATEGORIES= lang -MASTER_SITES= http://download.enlightenment.org/snapshots/2009-04-22/ +MASTER_SITES= http://download.enlightenment.org/snapshots/2009-06-14/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= grzela@seculture.com @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE= embryo.pc.in |