diff options
Diffstat (limited to 'x11/xlockmore/Makefile.common')
-rw-r--r-- | x11/xlockmore/Makefile.common | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index 393c749a122..0f92d50550a 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.59 2011/09/17 12:45:32 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.60 2012/02/13 11:46:13 drochner Exp $ # # This Makefile.common is included by: # @@ -8,7 +8,7 @@ # If these packages are updated, please remember to reset any PKGREVISIONs # in those Makefiles. -DISTNAME= xlockmore-5.34 +DISTNAME= xlockmore-5.38 CATEGORIES= x11 MASTER_SITES= http://www.tux.org/~bagleyd/xlock/${DISTNAME}/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ @@ -90,8 +90,11 @@ SPECIAL_PERMS+= bin/xlock ${SETUID_ROOT_PERMS} SPECIAL_PERMS+= bin/xlock ${REAL_ROOT_USER} shadow 2511 .endif -BUILDLINK_DEPMETHOD.libXt?= build +# XXX framework bug: while we don't need it, this would kill +# 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" |