diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:03:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:03:38 +0800 |
commit | 32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf (patch) | |
tree | 631e513b3a5c47860154332bfcee7658a031c236 /irc/xchat | |
parent | c8919750fb55250b6068c3a235cf3f7141e2ba3f (diff) | |
download | freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.tar.gz freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.tar.zst freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'irc/xchat')
-rw-r--r-- | irc/xchat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index c58f4411b4e0..2a5ad963e59e 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -19,7 +19,7 @@ CONFLICTS= xchat-1* xchat-systray-plugin-[0-9]* USE_BZIP2= yes USE_GMAKE= yes -USES= gettext +USES= gettext pkgconfig USE_GNOME= gnomehack gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |