diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 22:11:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 22:11:19 +0800 |
commit | dd77c89b3a4b905965836dc3d380de068434998f (patch) | |
tree | 8ac55177ed5b11cce6a12379584a37b6ac0c0c58 /audio/msilbc | |
parent | d660f47405ede4cb65be00179061d54ebb517a0e (diff) | |
download | freebsd-ports-gnome-dd77c89b3a4b905965836dc3d380de068434998f.tar.gz freebsd-ports-gnome-dd77c89b3a4b905965836dc3d380de068434998f.tar.zst freebsd-ports-gnome-dd77c89b3a4b905965836dc3d380de068434998f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio/msilbc')
-rw-r--r-- | audio/msilbc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/msilbc/Makefile b/audio/msilbc/Makefile index df259cd5c873..370721f1c04e 100644 --- a/audio/msilbc/Makefile +++ b/audio/msilbc/Makefile @@ -12,6 +12,8 @@ LIB_DEPENDS= ortp.8:${PORTSDIR}/net/linphone-base \ mediastreamer.0:${PORTSDIR}/net/linphone-base \ ilbc.0:${PORTSDIR}/net/ilbc +USES= pkgconfig + GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= ILBC_CFLAGS=-I${LOCALBASE}/include/ilbc \ |