diff options
author | ache <ache@FreeBSD.org> | 2007-06-25 21:12:41 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2007-06-25 21:12:41 +0800 |
commit | 1ee2a0e1aef531867942f3f09a085f8e5783c6c0 (patch) | |
tree | 13b776c3ca3b26342dd3e2b397feb394a9ae69c8 /misc/astrolog | |
parent | fd64614ef9de0d11979a640edd6e54f3cdbc57a0 (diff) | |
download | freebsd-ports-gnome-1ee2a0e1aef531867942f3f09a085f8e5783c6c0.tar.gz freebsd-ports-gnome-1ee2a0e1aef531867942f3f09a085f8e5783c6c0.tar.zst freebsd-ports-gnome-1ee2a0e1aef531867942f3f09a085f8e5783c6c0.zip |
Remove wrongly placed comment line in prev. commit
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 |