diff options
author | leeym <leeym@FreeBSD.org> | 2004-11-04 09:20:49 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-11-04 09:20:49 +0800 |
commit | c737f2389c3b9ddbbb69b06dce28d1bd6d9ebcab (patch) | |
tree | 40d0c97331c6abfe9a4d058d747fcd3b28cfbbc2 /devel/cccc/files | |
parent | acd27f871a8c2959bd288a0af75b52c062f4ad18 (diff) | |
download | freebsd-ports-gnome-c737f2389c3b9ddbbb69b06dce28d1bd6d9ebcab.tar.gz freebsd-ports-gnome-c737f2389c3b9ddbbb69b06dce28d1bd6d9ebcab.tar.zst freebsd-ports-gnome-c737f2389c3b9ddbbb69b06dce28d1bd6d9ebcab.zip |
- add USE_GCC=2.95 and unbreak this port
- replace PREFIX with LOCALBASE when calling antlr
- re-indent Makefile
Diffstat (limited to 'devel/cccc/files')
-rw-r--r-- | devel/cccc/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cccc/files/patch-aa b/devel/cccc/files/patch-aa index ed4207c44a93..2bab59e2b4cb 100644 --- a/devel/cccc/files/patch-aa +++ b/devel/cccc/files/patch-aa @@ -25,7 +25,7 @@ + + ## preferred directories for FreeBSD is under /usr/local tree + ## we need pccts installed from package -+ PCCTS = $(PREFIX) ++ PCCTS = $(LOCALBASE) + PCCTS_H = $(PCCTS)/include/pccts + PCCTS_BIN = $(PCCTS)/bin + |