diff options
author | ashish <ashish@FreeBSD.org> | 2013-06-11 02:48:34 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2013-06-11 02:48:34 +0800 |
commit | f5ce5adb60f3666b22bb9fe7e02b386c703dcb6a (patch) | |
tree | a0a33263d73ee7e2b5bdd990a0182f7ab074a87c /irc | |
parent | a04fd2d278faa5b90f6475e887807384f8cdbc8c (diff) | |
download | freebsd-ports-graphics-f5ce5adb60f3666b22bb9fe7e02b386c703dcb6a.tar.gz freebsd-ports-graphics-f5ce5adb60f3666b22bb9fe7e02b386c703dcb6a.tar.zst freebsd-ports-graphics-f5ce5adb60f3666b22bb9fe7e02b386c703dcb6a.zip |
- Add dependency on pkgconfig to fix the failing build on 10-CURRENT
Reported by: miwi
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ctrlproxy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/ctrlproxy/Makefile b/irc/ctrlproxy/Makefile index 8469e1d8283..6a66a99c245 100644 --- a/irc/ctrlproxy/Makefile +++ b/irc/ctrlproxy/Makefile @@ -22,6 +22,7 @@ USE_GNOME= glib20 USE_LDCONFIG= yes USE_GMAKE= yes GNU_CONFIGURE= yes +USES= pkgconfig MAN1= ctrlproxy.1 MAN5= ctrlproxy_config.5 |