diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2007-06-25 13:12:41 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2007-06-25 13:12:41 +0000 |
commit | 4313e717c1a1eb1b7ca0d06703b5ad796ac199e6 (patch) | |
tree | fb2b1cbea7e17219f5073f5b4ecd7caad3b08406 /misc/astrolog | |
parent | 7a3451f7cf0345dc8b25ddabb11af6d5b3175be3 (diff) | |
download | ports-4313e717c1a1eb1b7ca0d06703b5ad796ac199e6.tar.gz ports-4313e717c1a1eb1b7ca0d06703b5ad796ac199e6.zip |
Remove wrongly placed comment line in prev. commit
Notes
Notes:
svn path=/head/; revision=194225
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 22bcd6bcf508..ff6d539f66dd 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -22,7 +22,6 @@ MAINTAINER= ache@FreeBSD.org COMMENT= An astrology program for X11 and alpha-numeric terminals CFLAGS+=-O # Silent gcc 4.2.0 loop optimization bug with -O2 - # at the end of intrpret.c:ChartInfluence() USE_ZIP= yes .if !defined(WITHOUT_X11) USE_XLIB= yes |