diff options
author | marino <marino@FreeBSD.org> | 2013-09-11 17:36:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-11 17:36:48 +0800 |
commit | 78b2550538ae685378dfcecb9be7ffc4107dd492 (patch) | |
tree | aa8adbb0d08839fd3f770129dc3959a9217f13df /audio | |
parent | 1407e95251635a835c8e1f4eb2e42b931c95f6bc (diff) | |
download | freebsd-ports-gnome-78b2550538ae685378dfcecb9be7ffc4107dd492.tar.gz freebsd-ports-gnome-78b2550538ae685378dfcecb9be7ffc4107dd492.tar.zst freebsd-ports-gnome-78b2550538ae685378dfcecb9be7ffc4107dd492.zip |
Add explicit dependency on pkgconf (6 ports)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/zynaddsubfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/zynaddsubfx/Makefile b/audio/zynaddsubfx/Makefile index ebaba85b574f..96c3bcfd36fa 100644 --- a/audio/zynaddsubfx/Makefile +++ b/audio/zynaddsubfx/Makefile @@ -22,7 +22,7 @@ DSSI_DESC= DSSI Plugin LO_DESC= Open Sound Control support via LibLO USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig PORTDOCS= * PORTEXAMPLES= * |