diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 14:20:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 14:20:09 +0800 |
commit | a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5 (patch) | |
tree | 26ac7c916579a07ef93f69c8c8d8e397604d14aa /multimedia/schroedinger | |
parent | f4176bb1801acde1e76e5b5987ed06f1b77c9b29 (diff) | |
download | freebsd-ports-gnome-a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5.tar.gz freebsd-ports-gnome-a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5.tar.zst freebsd-ports-gnome-a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5.zip |
Add an expicit dependency on pkgconf
Diffstat (limited to 'multimedia/schroedinger')
-rw-r--r-- | multimedia/schroedinger/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/schroedinger/Makefile b/multimedia/schroedinger/Makefile index 0ab521da4980..45f7ef9c6b59 100644 --- a/multimedia/schroedinger/Makefile +++ b/multimedia/schroedinger/Makefile @@ -19,6 +19,7 @@ LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc BUILD_DEPENDS= orc>=0.4.16:${PORTSDIR}/devel/orc +USES= pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes |