diff options
author | elric <elric@pkgsrc.org> | 2012-02-18 23:50:33 +0000 |
---|---|---|
committer | elric <elric@pkgsrc.org> | 2012-02-18 23:50:33 +0000 |
commit | 06f9af213661c6a3e2bf87b661d7ef0c406e36e0 (patch) | |
tree | 7d079652f842262423c88c941e67c15c3f3a77f6 /x11 | |
parent | 6b8c9c55d959fb9492b639e3153cc7443cbc1313 (diff) | |
download | pkgsrc-06f9af213661c6a3e2bf87b661d7ef0c406e36e0.tar.gz |
Remove the ImageMagick requirement from xlockmore-lite.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore-lite/Makefile | 4 | ||||
-rw-r--r-- | x11/xlockmore/Makefile | 3 | ||||
-rw-r--r-- | x11/xlockmore/Makefile.common | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/x11/xlockmore-lite/Makefile b/x11/xlockmore-lite/Makefile index cbc813a48be..52dbe4d7836 100644 --- a/x11/xlockmore-lite/Makefile +++ b/x11/xlockmore-lite/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2009/10/25 22:54:03 tron Exp $ +# $NetBSD: Makefile,v 1.14 2012/02/18 23:50:33 elric Exp $ .include "../../x11/xlockmore/Makefile.common" PKGNAME= ${DISTNAME:S/-/-lite-/} +PKGREVISION= 1 COMMENT= "lite" version of xlockmore CONFIGURE_ARGS+= --without-xpm @@ -10,6 +11,7 @@ CONFIGURE_ARGS+= --without-gltt CONFIGURE_ARGS+= --without-ttf CONFIGURE_ARGS+= --without-freetype CONFIGURE_ARGS+= --without-opengl +CONFIGURE_ARGS+= --without-magick CONFIGURE_ARGS+= --without-mesa CONFIGURE_ARGS+= --without-rplay CONFIGURE_ARGS+= --without-esound diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index ec3f98eb7b9..12470760ed9 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2012/02/13 11:46:13 drochner Exp $ +# $NetBSD: Makefile,v 1.93 2012/02/18 23:50:33 elric Exp $ .include "Makefile.common" @@ -22,6 +22,7 @@ PLIST_SUBST+= LITE="" USE_TOOLS+= pkg-config +.include "../../graphics/ImageMagick/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index 56ff6bab4a5..9ce353bb4e6 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.61 2012/02/14 08:24:41 tron Exp $ +# $NetBSD: Makefile.common,v 1.62 2012/02/18 23:50:33 elric Exp $ # # This Makefile.common is included by: # @@ -95,7 +95,6 @@ SPECIAL_PERMS+= bin/xlock ${REAL_ROOT_USER} shadow 2511 # the inherited full dependency #BUILDLINK_DEPMETHOD.libXt?= build -.include "../../graphics/ImageMagick/buildlink3.mk" .include "../../x11/libICE/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" |