From c44fa33a5e74f28fd77012aba7e3a9c8d633e36a Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Wed, 18 Apr 2007 11:46:10 +0000 Subject: - Remove FreeBSD 4.X support from unmaintained ports in categories starting with letter i-m --- irc/dancer/Makefile | 9 ++------- irc/irc/Makefile | 4 +++- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'irc') diff --git a/irc/dancer/Makefile b/irc/dancer/Makefile index c48bd3df493c..0dafbde72768 100644 --- a/irc/dancer/Makefile +++ b/irc/dancer/Makefile @@ -19,6 +19,7 @@ PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes MAKE_ARGS+= CSPECIAL="${CFLAGS}" LDFLAGS="${LDFLAGS}" +LDFLAGS+= -lm do-install: @${MKDIR} ${DATADIR} @@ -27,10 +28,4 @@ do-install: dancer.config dancer.users \ dancer.funcs dancer.explain ${DATADIR} -.include - -.if ${OSVERSION} > 500000 -LDFLAGS+= -lm -.endif - -.include +.include diff --git a/irc/irc/Makefile b/irc/irc/Makefile index 333f81607755..51f70b77d8a3 100644 --- a/irc/irc/Makefile +++ b/irc/irc/Makefile @@ -36,9 +36,11 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/ircd STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/ircd.sh +OPTIONS= IPV6 "Enable IPv6 support" on + .include -.if ${OSVERSION} >= 400014 +.if defined(WITH_IPV6) CONFIGURE_ARGS+= --enable-ip6 .endif -- cgit v1.2.3