Fix the build for FreeBSD 4.x, untest...

Reported by:	krismail
This commit is contained in:
Jeremy Messenger 2005-11-20 01:38:17 +00:00
parent 776f3e4fd1
commit d39f7b7125
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148825
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ COMMENT= A free BitTorrent client written from scratch in C
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
CFLAGS+= -Wall -W
CFLAGS+= -Wall -W ${CPPFLAGS}
USE_REINPLACE= yes
HAS_CONFIGURE= yes
USE_GETOPT_LONG=yes

View File

@ -16,7 +16,7 @@ COMMENT= A free BitTorrent client written from scratch in C
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
CFLAGS+= -Wall -W
CFLAGS+= -Wall -W ${CPPFLAGS}
USE_REINPLACE= yes
HAS_CONFIGURE= yes
USE_GETOPT_LONG=yes

View File

@ -16,7 +16,7 @@ COMMENT= A free BitTorrent client written from scratch in C
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
CFLAGS+= -Wall -W
CFLAGS+= -Wall -W ${CPPFLAGS}
USE_REINPLACE= yes
HAS_CONFIGURE= yes
USE_GETOPT_LONG=yes