diff options
author | shurd <shurd@FreeBSD.org> | 2015-08-18 17:43:23 +0800 |
---|---|---|
committer | shurd <shurd@FreeBSD.org> | 2015-08-18 17:43:23 +0800 |
commit | 8e9de0128c1a3038054339e8947714bf79507b65 (patch) | |
tree | fd8b64f5deefda9a81722258d51769d6ccfe1f2e /comms/syncterm/Makefile | |
parent | d1332ad4bf852978ca40c12b65a9d69a7ef60ec2 (diff) | |
download | freebsd-ports-gnome-8e9de0128c1a3038054339e8947714bf79507b65.tar.gz freebsd-ports-gnome-8e9de0128c1a3038054339e8947714bf79507b65.tar.zst freebsd-ports-gnome-8e9de0128c1a3038054339e8947714bf79507b65.zip |
Disable ccache since a submake explicitly discards the enivronment.
Reported by amdmi3@
Diffstat (limited to 'comms/syncterm/Makefile')
-rw-r--r-- | comms/syncterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile index 06d04ba7c7ad..f7cec3174ee7 100644 --- a/comms/syncterm/Makefile +++ b/comms/syncterm/Makefile @@ -12,7 +12,7 @@ COMMENT= ANSI-BBS terminal which supports telnet, rlogin, and SSH LICENSE= GPLv2 WRKSRC= ${WRKDIR}/syncterm-${PORTVERSION}/src/syncterm -USES= gmake tar:tgz perl5 +USES= gmake perl5 tar:tgz USE_PERL5= build MAKEFILE= GNUmakefile PLIST_FILES= bin/syncterm \ @@ -20,6 +20,7 @@ PLIST_FILES= bin/syncterm \ share/applications/syncterm.desktop \ share/icons/hicolor/64x64/apps/syncterm.png +NO_CCACHE= yes DISABLE_MAKE_JOBS= yes MAKE_ARGS+= WITHOUT_PORTAUDIO=yes MAKE_ARGS+= -C ${WRKSRC} |