diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-09 15:01:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-09 15:01:33 +0000 |
commit | 09cb71b0260dd8bef8688f15b8013b4e97c89f8f (patch) | |
tree | 73f642e835f337aaac8e7800b9a1337b11d287c2 /games/rtb | |
parent | 19959200286ae6f0045cf949b434742d5c8bf6c4 (diff) | |
download | ports-09cb71b0260dd8bef8688f15b8013b4e97c89f8f.tar.gz ports-09cb71b0260dd8bef8688f15b8013b4e97c89f8f.zip |
Insert space in include statement
Pointed out by: kris
Notes
Notes:
svn path=/head/; revision=123566
Diffstat (limited to 'games/rtb')
-rw-r--r-- | games/rtb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rtb/Makefile b/games/rtb/Makefile index 350acafcbd97..70092f5c5752 100644 --- a/games/rtb/Makefile +++ b/games/rtb/Makefile @@ -30,7 +30,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT LDFLAGS= -L${LOCALBASE}/lib -.include<bsd.port.pre.mk> +.include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 BROKEN= "Does not compile on 4.x" |