diff options
author | rene <rene@FreeBSD.org> | 2013-07-29 04:35:56 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-29 04:35:56 +0800 |
commit | 2b646eb542646125fae7a31aedc7985bf938d062 (patch) | |
tree | 0d3a14a65b3eb9babf3c626f9bba6e914d73f9c7 /emulators/fuse-utils | |
parent | cb89874fce1c0a04d145a2d169a6e73fcee68eed (diff) | |
download | freebsd-ports-gnome-2b646eb542646125fae7a31aedc7985bf938d062.tar.gz freebsd-ports-gnome-2b646eb542646125fae7a31aedc7985bf938d062.tar.zst freebsd-ports-gnome-2b646eb542646125fae7a31aedc7985bf938d062.zip |
- Remove no-op MAKE_JOBS_SAFE
- Pet portlint
Diffstat (limited to 'emulators/fuse-utils')
-rw-r--r-- | emulators/fuse-utils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index b61cfcb4a24f..5086541dd21a 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -12,9 +12,8 @@ COMMENT= Utilities from the Free Unix Spectrum Emulator LICENSE= GPLv2 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} \ |