diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 20:12:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 20:12:00 +0800 |
commit | fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d (patch) | |
tree | cb47117e55d8b3cfa8e1d039d125b1106964ca6e /net-im | |
parent | 819a32baa36593c4215d010deb8a93f07d0d46b3 (diff) | |
download | freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.tar.gz freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.tar.zst freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psimedia/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/psimedia/Makefile b/net-im/psimedia/Makefile index 504e33de74fb..9d1c5d1c3256 100644 --- a/net-im/psimedia/Makefile +++ b/net-im/psimedia/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: psimedia -# Date created: 2009-08-10 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# +# Created by: Max Brazhnikov <makc@FreeBSD.org> # $FreeBSD$ -# PORTNAME= psimedia PORTVERSION= 1.0.3 @@ -16,6 +12,7 @@ COMMENT= Voice and video API for Psi-like IM clients LIB_DEPENDS= oil-0.3:${PORTSDIR}/devel/liboil +USES= pkgconfig USE_BZIP2= yes HAS_CONFIGURE= yes USE_QT4= gui qmake_build moc_build uic_build |