diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-11 09:36:48 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-11 09:36:48 +0000 |
commit | b38bbaec1f3a42489de4507d108ceb14d8164ea4 (patch) | |
tree | aa8adbb0d08839fd3f770129dc3959a9217f13df /x11-wm | |
parent | 950fd3cbc2b1f6df975387bf3a364dc1d20e7d58 (diff) | |
download | ports-b38bbaec1f3a42489de4507d108ceb14d8164ea4.tar.gz ports-b38bbaec1f3a42489de4507d108ceb14d8164ea4.zip |
Add explicit dependency on pkgconf (6 ports)
Notes
Notes:
svn path=/head/; revision=326957
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/pawm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/pawm/Makefile b/x11-wm/pawm/Makefile index 3dbb11e6d623..5b95f7c500a6 100644 --- a/x11-wm/pawm/Makefile +++ b/x11-wm/pawm/Makefile @@ -11,7 +11,7 @@ COMMENT= The Puto Amo Window Manager USE_BZIP2= yes USE_XORG= x11 xft xrandr xrender xpm -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS= -DCMAKE_CONFIG_PREFIX:STRING="${PREFIX}/etc" \ -DX11_LIBRARY_DIRS:STRING="${LOCALBASE}/lib" |