diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-10 01:18:46 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-10 01:18:46 +0800 |
commit | 650c79b87c40177e94d493df901513a280df09df (patch) | |
tree | b422d1ede6de1d597f5fd7f25a2d0d9ce7b18f50 /audio | |
parent | daf3911fa8aac6b7b5d91565cc55b825da255ee0 (diff) | |
download | freebsd-ports-gnome-650c79b87c40177e94d493df901513a280df09df.tar.gz freebsd-ports-gnome-650c79b87c40177e94d493df901513a280df09df.tar.zst freebsd-ports-gnome-650c79b87c40177e94d493df901513a280df09df.zip |
Add USES=pkgconfig
PR: 196641
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 4bedc60ce04e..a09664222d25 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pathfix +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes .include <bsd.port.mk> |