diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 09:00:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 09:00:15 +0000 |
commit | 9ade528355721321c4c8ff492c7622d3dec771ce (patch) | |
tree | d1ccd626ebcc815ca2555d2b72f25bf79d0fffcd /x11 | |
parent | 27aca069ac18ff9c86fccafd0754472b73ba0796 (diff) | |
download | ports-9ade528355721321c4c8ff492c7622d3dec771ce.tar.gz ports-9ade528355721321c4c8ff492c7622d3dec771ce.zip |
Notes
Diffstat (limited to 'x11')
-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> |