diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-13 22:19:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-13 22:19:54 +0800 |
commit | 8b02ba8f87168d494483f708336796236bcabd5b (patch) | |
tree | 3727ce2300ad182a6841b5e17cdae0f581db7aa5 /net/fspd | |
parent | d3be58fc9ad78279d15c1633310ea4e5cfd1c9c8 (diff) | |
download | freebsd-ports-gnome-8b02ba8f87168d494483f708336796236bcabd5b.tar.gz freebsd-ports-gnome-8b02ba8f87168d494483f708336796236bcabd5b.tar.zst freebsd-ports-gnome-8b02ba8f87168d494483f708336796236bcabd5b.zip |
- Convert to USE_SCONS to USES
Diffstat (limited to 'net/fspd')
-rw-r--r-- | net/fspd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/fspd/Makefile b/net/fspd/Makefile index 38540abd3caf..cc4060ece7a9 100644 --- a/net/fspd/Makefile +++ b/net/fspd/Makefile @@ -30,7 +30,7 @@ MLINKS= fcatcmd.1 fcat.1 fcdcmd.1 fcd.1 fducmd.1 fdu.1 \ frmdircmd.1 frmdir.1 fstatcmd.1 fstat.1 fmvcmd.1 fmv.1 \ fsetupcmd.1 fsetup.1 -USE_SCONS= yes +USES= scons USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME} @@ -42,7 +42,7 @@ NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MINFINITE} -SCONS_ARGS+= disable-timeout=yes +MAKE_ARGS+= disable-timeout=yes .endif .if ! ${PORT_OPTIONS:MNOCLIENTS} |