diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 17:00:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 17:00:15 +0800 |
commit | f2b1316a49c56ccd78e7a75487cb93c912300cea (patch) | |
tree | d1ccd626ebcc815ca2555d2b72f25bf79d0fffcd /x11/i3lock | |
parent | d6e52e79e24814279a8069599ed2ea2efeab1d53 (diff) | |
download | freebsd-ports-gnome-f2b1316a49c56ccd78e7a75487cb93c912300cea.tar.gz freebsd-ports-gnome-f2b1316a49c56ccd78e7a75487cb93c912300cea.tar.zst freebsd-ports-gnome-f2b1316a49c56ccd78e7a75487cb93c912300cea.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11/i3lock')
-rw-r--r-- | x11/i3lock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/i3lock/Makefile b/x11/i3lock/Makefile index 348b5db5e499..ddd52e093fac 100644 --- a/x11/i3lock/Makefile +++ b/x11/i3lock/Makefile @@ -31,6 +31,6 @@ LDFLAGS+= -liconv USE_XORG= x11 xcb xt xproto xext USE_BZIP2= yes USE_GMAKE= yes -USES= iconv +USES= iconv pkgconfig .include <bsd.port.mk> |