diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-06 10:14:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-06 10:14:25 +0000 |
commit | a6ed85b07771ba9e89e4fb3daa62afe6ea1d3e94 (patch) | |
tree | b45a9e6bff1c1bc567d44b09b71e104d7da6208e /net-im | |
parent | 4757fc55ca04b06dbf809b965691cfeab1fe3e67 (diff) | |
download | ports-a6ed85b07771ba9e89e4fb3daa62afe6ea1d3e94.tar.gz ports-a6ed85b07771ba9e89e4fb3daa62afe6ea1d3e94.zip |
use USE_PKGCONFIG= build
Bump portrevision for ports which run-depends list changed
Notes
Notes:
svn path=/head/; revision=305349
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mu-conference/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/mu-conference/Makefile b/net-im/mu-conference/Makefile index e01c38231ef7..dd061725fba9 100644 --- a/net-im/mu-conference/Makefile +++ b/net-im/mu-conference/Makefile @@ -19,7 +19,8 @@ LICENSE= GPLv2 LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \ idn:${PORTSDIR}/dns/libidn -USE_GNOME= glib20 pkgconfig +USE_GNOME= glib20 +USE_PKGCONFIG= build USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= MYSQL |