diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-03-07 10:17:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-03-07 10:17:36 +0000 |
commit | fa563c24a957e9022ca266c7244bbd253aec148f (patch) | |
tree | eda8e590492d77d6391b243042b46f8beef6f44a | |
parent | devel/gitg: fix packaging with python 3.5 (diff) |
Add missing pkgconfig dependency
Notes
Notes:
svn path=/head/; revision=410514
-rw-r--r-- | x11/xcbautolock/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/xcbautolock/Makefile b/x11/xcbautolock/Makefile index 93960cc266ec..af28484e7538 100644 --- a/x11/xcbautolock/Makefile +++ b/x11/xcbautolock/Makefile @@ -9,6 +9,7 @@ COMMENT= XCB base autolocker LICENSE= BSD2CLAUSE +USES= pkgconfig USE_GITHUB= yes GH_ACCOUNT= bapt |