svn commit: r526429 - head/devel/libudev-devd
Niclas Zeising
zeising at FreeBSD.org
Mon Feb 17 20:41:16 UTC 2020
Author: zeising
Date: Mon Feb 17 20:41:15 2020
New Revision: 526429
URL: https://svnweb.freebsd.org/changeset/ports/526429
Log:
devel/libudev-devd: pkgconfig isn't needed
Remove dep on pkgconfig, it isn't needed for devel/libudev-devd
Noticed by: jbeich
Modified:
head/devel/libudev-devd/Makefile
Modified: head/devel/libudev-devd/Makefile
==============================================================================
--- head/devel/libudev-devd/Makefile Mon Feb 17 20:36:47 2020 (r526428)
+++ head/devel/libudev-devd/Makefile Mon Feb 17 20:41:15 2020 (r526429)
@@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:deve
USE_GITHUB= yes
GH_ACCOUNT= FreeBSDDesktop
-USES= compiler:c11 localbase meson pkgconfig
+USES= compiler:c11 localbase meson
USE_LDCONFIG= yes
PLIST_FILES= include/libudev.h \
More information about the svn-ports-head
mailing list