diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-10 02:54:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-10 02:54:28 +0800 |
commit | f3571dba2484c54162cc61b8abc288c7ec6cca14 (patch) | |
tree | 3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /emulators/fuse | |
parent | 9a21d679f211da2dc3d0c87aa6ee0ed8174b876b (diff) | |
download | freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.gz freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.zst freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'emulators/fuse')
-rw-r--r-- | emulators/fuse/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index f8550f235277..7460e48b2cf6 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= spectrum:${PORTSDIR}/emulators/libspectrum \ gcrypt:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= libxml2 glib20 gtk20 CONFIGURE_ARGS+=--without-alsa --without-joystick |