diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:58:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:58:16 +0800 |
commit | c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4 (patch) | |
tree | 4953b7feaf7130581f51fe4f91c8154af688bc9f /irc | |
parent | 6accdc043927f019f3403df308b7fd71dd90e026 (diff) | |
download | freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.tar.gz freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.tar.zst freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'irc')
-rw-r--r-- | irc/lostirc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile index bba6c365a56e..2aba5a4d9381 100644 --- a/irc/lostirc/Makefile +++ b/irc/lostirc/Makefile @@ -15,7 +15,7 @@ LICENSE_COMB= dual LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gnomeprefix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-kde |