diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-17 04:05:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-17 04:05:43 +0800 |
commit | f49582cf6e308de447d0bd7fc42a8607c1a91012 (patch) | |
tree | 6c1a5e54cd1a53ce058ef9f57f89435323bd2207 /graphics/wayland | |
parent | 09dad9217510c09a2efa504da45a8db4dd42e4bc (diff) | |
download | freebsd-ports-gnome-f49582cf6e308de447d0bd7fc42a8607c1a91012.tar.gz freebsd-ports-gnome-f49582cf6e308de447d0bd7fc42a8607c1a91012.tar.zst freebsd-ports-gnome-f49582cf6e308de447d0bd7fc42a8607c1a91012.zip |
Update MASTER_SITES
- While I'm here, sort USES
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics/wayland')
-rw-r--r-- | graphics/wayland/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/wayland/Makefile b/graphics/wayland/Makefile index 0792e79d44c5..febf21ea3db9 100644 --- a/graphics/wayland/Makefile +++ b/graphics/wayland/Makefile @@ -4,7 +4,7 @@ PORTNAME= wayland PORTVERSION= 1.16.0 CATEGORIES= graphics wayland -MASTER_SITES= http://wayland.freedesktop.org/releases/ +MASTER_SITES= https://wayland.freedesktop.org/releases/ MAINTAINER= x11@FreeBSD.org COMMENT= Wayland composite "server" @@ -20,7 +20,7 @@ CFLAGS+= "-I${LOCALBASE}/include/libepoll-shim" WITH_DEBUG= 1 -USES= autoreconf gnome gmake libtool localbase pathfix pkgconfig tar:xz +USES= autoreconf gmake gnome libtool localbase pathfix pkgconfig tar:xz USE_GNOME= libxslt:build USE_LDCONFIG= yes GNU_CONFIGURE= yes |