diff options
Diffstat (limited to 'x11/i3lock/Makefile')
-rw-r--r-- | x11/i3lock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/i3lock/Makefile b/x11/i3lock/Makefile index 42f37a35cee..3af6100eb58 100644 --- a/x11/i3lock/Makefile +++ b/x11/i3lock/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i3lock -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= x11 MASTER_SITES= http://i3wm.org/${PORTNAME}/ @@ -29,7 +29,7 @@ LDFLAGS+= ${ICONV_LIB} USE_XORG= x11 xcb xt xproto xext USES= gmake iconv pkgconfig tar:bzip2 -PORTDOCS= CHANGELOG README +PORTDOCS= CHANGELOG README.md OPTIONS_DEFINE= DOCS |