mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
graphics/libdrm: Fix plist when TESTS options is selected
PR: 264844
Sponsored by: Beckhoff Automation GmbH & Co. KG
(cherry picked from commit 0b2e583d85
)
This commit is contained in:
parent
06f83c2e2f
commit
51a77db8fe
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= libdrm
|
||||
PORTVERSION= 2.4.112
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics x11
|
||||
MASTER_SITES= https://dri.freedesktop.org/libdrm/
|
||||
@ -22,7 +23,7 @@ USE_LDCONFIG= yes
|
||||
OPTIONS_DEFINE= MANPAGES TESTS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
TESTS_DESC= Install test programs (which are always built)
|
||||
TESTS_DESC= Build and install test programs
|
||||
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
OPTIONS_DEFAULT+= MANPAGES
|
||||
|
@ -1,7 +1,5 @@
|
||||
%%TESTS%%bin/amdgpu_stress
|
||||
%%TESTS%%bin/drmdevice
|
||||
%%TESTS%%bin/kms-steal-crtc
|
||||
%%TESTS%%bin/kms-universal-planes
|
||||
%%TESTS%%bin/kmstest
|
||||
%%TESTS%%bin/modeprint
|
||||
%%TESTS%%bin/modetest
|
||||
%%TESTS%%bin/proptest
|
||||
|
Loading…
Reference in New Issue
Block a user