diff options
Diffstat (limited to 'x11/libXpresent/Makefile')
-rw-r--r-- | x11/libXpresent/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/libXpresent/Makefile b/x11/libXpresent/Makefile index ef9b672f262b..cba31fe70cbd 100644 --- a/x11/libXpresent/Makefile +++ b/x11/libXpresent/Makefile @@ -1,6 +1,5 @@ PORTNAME= libXpresent -PORTVERSION= 1.0.0 -PORTREVISION= 1 +DISTVERSION= 1.0.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -10,11 +9,9 @@ WWW= https://gitlab.freedesktop.org/xorg/lib/libxpresent LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:lib +USES= tar:xz xorg xorg-cat:lib USE_XORG= x11 xfixes xext xorgproto xrandr -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share - INSTALL_TARGET= install-strip .include <bsd.port.mk> |