diff options
author | recht <recht@pkgsrc.org> | 2004-08-26 20:21:58 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-08-26 20:21:58 +0000 |
commit | e8722571af22434a55707fdb5854658dbac919a2 (patch) | |
tree | 926fa09a13651e859ce5e3545fd91a94feb43ffe /graphics/imlib2/Makefile | |
parent | 6e1c4a4f79c39e7ca5341a2f9324d71c9ce2a2ab (diff) | |
download | pkgsrc-e8722571af22434a55707fdb5854658dbac919a2.tar.gz |
Update to imlib2-1.1.1.
No real changelog available, so I'm guessing it are only bug-fixes..
Diffstat (limited to 'graphics/imlib2/Makefile')
-rw-r--r-- | graphics/imlib2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 12fee2e9ee5..4b68aeb5ed5 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2004/07/12 19:27:05 cube Exp $ +# $NetBSD: Makefile,v 1.21 2004/08/26 20:21:58 recht Exp $ # -DISTNAME= imlib2-1.1.0 -PKGREVISION= 2 +DISTNAME= imlib2-1.1.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} @@ -28,6 +27,7 @@ CONFIGURE_ARGS+= --enable-mmx . endif .endif +.include "../../devel/libtool/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" |