diff options
author | gahr <gahr@FreeBSD.org> | 2008-08-22 07:11:29 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-08-22 07:11:29 +0800 |
commit | 5849f101ce4d47208484f3945f52d3a2f6c47282 (patch) | |
tree | bbace169aa24f6e562c59c0d8db1c0a1028af286 /print | |
parent | 15474f421de7e8ecc7f7dd0e0f9bab7aeb9da07d (diff) | |
download | freebsd-ports-gnome-5849f101ce4d47208484f3945f52d3a2f6c47282.tar.gz freebsd-ports-gnome-5849f101ce4d47208484f3945f52d3a2f6c47282.tar.zst freebsd-ports-gnome-5849f101ce4d47208484f3945f52d3a2f6c47282.zip |
- Fix type: NO_CCACHE -> NOCCACHE
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 47199c87c795..23d4d4396a39 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -45,7 +45,7 @@ INSTALLS_OMF= yes MAKEFILE= GNUmakefile ALL_TARGET= all CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" MAKEINFO="${LOCALBASE}/bin/makeinfo" -NO_CCACHE= yes +NOCCACHE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} |