diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-30 02:28:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-30 02:28:33 +0800 |
commit | dbd8ceaf0b7b27139a2f314d69babe4e45b4741d (patch) | |
tree | 1833c13e941214aa8f85fb6085b97a87928b3897 | |
parent | 83892f5bf3d5e0b7e65ef87e30518138a6d56736 (diff) | |
download | freebsd-ports-gnome-dbd8ceaf0b7b27139a2f314d69babe4e45b4741d.tar.gz freebsd-ports-gnome-dbd8ceaf0b7b27139a2f314d69babe4e45b4741d.tar.zst freebsd-ports-gnome-dbd8ceaf0b7b27139a2f314d69babe4e45b4741d.zip |
Add an explicit build dependency on pkgconf
-rw-r--r-- | x11-wm/i3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index f578d4c6bb8d..ff2d4f93c75a 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -34,6 +34,7 @@ USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes +USE_PKGCONFIG= build MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/i3 \ |