summaryrefslogtreecommitdiff
path: root/x11/xsetroot/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2012-06-03 18:26:02 +0000
committerwiz <wiz>2012-06-03 18:26:02 +0000
commitad1f386395ef479ce6adfbebb3ee42b19835b5c6 (patch)
tree36db77c695dd5f19f75213db59f5395f62263be8 /x11/xsetroot/Makefile
parenta53f2619d4c8b88aa96ec4970fa8518a67025b4f (diff)
downloadpkgsrc-ad1f386395ef479ce6adfbebb3ee42b19835b5c6.tar.gz
Update to 1.1.0:
This release adds the ability to load an arbitrary ARGB cursor file via the new -xcf command line flag. In Keith's words: Instead of having to construct a whole cursor theme and play with the environment variables in Xlib to set a random ARGB cursor, this lets the user set whatever they like directly from a file.
Diffstat (limited to 'x11/xsetroot/Makefile')
-rw-r--r--x11/xsetroot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xsetroot/Makefile b/x11/xsetroot/Makefile
index ef82341b153..b765318f606 100644
--- a/x11/xsetroot/Makefile
+++ b/x11/xsetroot/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2009/11/09 18:17:41 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2012/06/03 18:26:02 wiz Exp $
#
-DISTNAME= xsetroot-1.0.3
+DISTNAME= xsetroot-1.1.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@@ -20,5 +20,6 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/xbitmaps/buildlink3.mk"
+.include "../../x11/libXcursor/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"