diff options
author | rene <rene@FreeBSD.org> | 2013-05-10 22:39:11 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-05-10 22:39:11 +0800 |
commit | 16a524874e865355d0e421a25822660e75631e5e (patch) | |
tree | 74d318dfb7a2f775029af91e1d74bdfb2501a4a9 /emulators | |
parent | d41b3bb123304d84736e4d71779d0e080cea760c (diff) | |
download | freebsd-ports-gnome-16a524874e865355d0e421a25822660e75631e5e.tar.gz freebsd-ports-gnome-16a524874e865355d0e421a25822660e75631e5e.tar.zst freebsd-ports-gnome-16a524874e865355d0e421a25822660e75631e5e.zip |
Fix build with new glib.
Submitted by: portbuild bot via miwi
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse-utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index e00b86172951..af2e6f0c019e 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING MAKE_JOBS_SAFE= yes +USES= pkgconfig LIB_DEPENDS= spectrum:${PORTSDIR}/emulators/libspectrum GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libspectrum-prefix=${LOCALBASE} \ |