svn commit: r394564 - head/comms/syncterm
Stephen Hurd
shurd at FreeBSD.org
Tue Aug 18 09:43:24 UTC 2015
Author: shurd
Date: Tue Aug 18 09:43:23 2015
New Revision: 394564
URL: https://svnweb.freebsd.org/changeset/ports/394564
Log:
Disable ccache since a submake explicitly discards the enivronment.
Reported by amdmi3@
Modified:
head/comms/syncterm/Makefile
Modified: head/comms/syncterm/Makefile
==============================================================================
--- head/comms/syncterm/Makefile Tue Aug 18 09:19:33 2015 (r394563)
+++ head/comms/syncterm/Makefile Tue Aug 18 09:43:23 2015 (r394564)
@@ -12,7 +12,7 @@ COMMENT= ANSI-BBS terminal which support
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}
More information about the svn-ports-all
mailing list