diff options
Diffstat (limited to 'x11/libXcursor/Makefile')
-rw-r--r-- | x11/libXcursor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index 0c031f6e7a33..4101cf19b9eb 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -6,15 +6,15 @@ # PORTNAME= libXcursor -PORTVERSION= 1.1.9 -PORTREVISION= 1 +PORTVERSION= 1.1.10 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X client-side cursor loading library XORG_CAT= lib -USE_XORG= xrender x11 xfixes fixesproto xproto:both +USE_XORG= xrender x11 xfixes fixesproto xproto:both \ + xextproto CONFIGURE_ARGS= --with-icondir=${PREFIX}/lib/X11/icons |