diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-06-24 21:53:38 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-06-24 21:53:38 +0000 |
commit | 44fa80481074cd35888ebc22004934733aaa2124 (patch) | |
tree | ebb174ef89b9e34586ae4d8ddc7b865c01f4f6e3 /astro/xmoontool | |
parent | dfd4a6d526d47b10c07449bd7c58b70acf01fcb7 (diff) | |
download | ports-44fa80481074cd35888ebc22004934733aaa2124.tar.gz ports-44fa80481074cd35888ebc22004934733aaa2124.zip |
Notes
Diffstat (limited to 'astro/xmoontool')
-rw-r--r-- | astro/xmoontool/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xmoontool/files/patch-Makefile b/astro/xmoontool/files/patch-Makefile index 449c93758ef8..c63f45a762b7 100644 --- a/astro/xmoontool/files/patch-Makefile +++ b/astro/xmoontool/files/patch-Makefile @@ -2,7 +2,7 @@ +++ ./Makefile Fri Mar 24 10:55:01 2006 @@ -8,9 +8,9 @@ LOCALBASE?= /usr/local - X11BASE?= /usr/X11R6 + X11BASE?= /usr/local -CC= gcc -CFLAGS= -O2 -Wall |