diff options
author | obache <obache@pkgsrc.org> | 2007-11-17 01:40:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-11-17 01:40:50 +0000 |
commit | 0725f99d1e1c99c2bc060945e46905ac11bd1e6b (patch) | |
tree | 1670c7b5cfcb24abf7a405d395beb1bcd363e683 /graphics/imlib2/Makefile | |
parent | 9709ab446e64eee61560031bd4d331df8babbead (diff) | |
download | pkgsrc-0725f99d1e1c99c2bc060945e46905ac11bd1e6b.tar.gz |
Add x11 option (default: enabled).
No functionally change, but bump PKGREVISION due to detect x11 option.
Diffstat (limited to 'graphics/imlib2/Makefile')
-rw-r--r-- | graphics/imlib2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index c34bb3b64db..b312a007f7c 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2007/09/18 19:18:10 drochner Exp $ +# $NetBSD: Makefile,v 1.44 2007/11/17 01:40:50 obache Exp $ DISTNAME= imlib2-1.4.0 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} @@ -42,8 +43,5 @@ SUBST_SED.shlib+= -e 's,"\.so",".${SHLIB_SUFFIX}",' .include "../../graphics/libungif/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" -.include "../../x11/libX11/buildlink3.mk" -.include "../../x11/libXext/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |