diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-29 16:35:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-29 16:35:33 +0800 |
commit | a68459e1a89e748b829570c71301ddc259505dcb (patch) | |
tree | acbf2fb9b60e16fe585cd9956f413ea5cbd67292 /audio | |
parent | 1064e6f623efd17252a90d85dd19666e41819f46 (diff) | |
download | freebsd-ports-gnome-a68459e1a89e748b829570c71301ddc259505dcb.tar.gz freebsd-ports-gnome-a68459e1a89e748b829570c71301ddc259505dcb.tar.zst freebsd-ports-gnome-a68459e1a89e748b829570c71301ddc259505dcb.zip |
Add an explicit dependency on pkgconf (needed to build ossxmix)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/oss/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index cf42c9c1e16b..970d42054ecc 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -15,6 +15,7 @@ LICENSE= BSD BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk SSP_UNSAFE= kernel module does not support ssp +USES= pkgconfig USE_BZIP2= yes NO_STAGE= yes ALL_TARGET= all install |