diff options
author | manu <manu@FreeBSD.org> | 2018-10-11 17:14:11 +0800 |
---|---|---|
committer | manu <manu@FreeBSD.org> | 2018-10-11 17:14:11 +0800 |
commit | 6aa256f7744c7832c9667fefd1e51c099d1e7f84 (patch) | |
tree | a4419096fed480047c86c52fe6b48b263771c43a /misc | |
parent | 7948e3526be0faa6eaf2c6540d8bb3d9a464f3a1 (diff) | |
download | freebsd-ports-gnome-6aa256f7744c7832c9667fefd1e51c099d1e7f84.tar.gz freebsd-ports-gnome-6aa256f7744c7832c9667fefd1e51c099d1e7f84.tar.zst freebsd-ports-gnome-6aa256f7744c7832c9667fefd1e51c099d1e7f84.zip |
misc/raspberry-userland: Order USE* section
Reported by: mat
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D17225
Diffstat (limited to 'misc')
-rw-r--r-- | misc/raspberrypi-userland/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile index 5a99c51cb6ee..94327464bff3 100644 --- a/misc/raspberrypi-userland/Makefile +++ b/misc/raspberrypi-userland/Makefile @@ -16,6 +16,8 @@ CONFLICTS_INSTALL= libglesv2 libEGL USES= cmake:outsource pkgconfig shebangfix +USE_LDCONFIG= yes + USE_GITHUB= yes GH_ACCOUNT= gonzoua GH_PROJECT= userland @@ -32,8 +34,6 @@ EXAMPLES_LIB_DEPENDS= libfreetype.so:print/freetype2 DEBUG_CFLAGS_OFF= -DNDEBUG -USE_LDCONFIG= yes - LLD_UNSAFE= yes post-patch: |