diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-18 19:46:10 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-18 19:46:10 +0800 |
commit | 6bd17ff66ce62395df049c5abfa1aee807f42d8f (patch) | |
tree | 2913434b1283d364d726be08108835e77c79a5a4 /irc | |
parent | ccefdc05be704d891af786f9b61b29cb194bd7da (diff) | |
download | freebsd-ports-gnome-6bd17ff66ce62395df049c5abfa1aee807f42d8f.tar.gz freebsd-ports-gnome-6bd17ff66ce62395df049c5abfa1aee807f42d8f.tar.zst freebsd-ports-gnome-6bd17ff66ce62395df049c5abfa1aee807f42d8f.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
Diffstat (limited to 'irc')
-rw-r--r-- | irc/dancer/Makefile | 9 | ||||
-rw-r--r-- | irc/irc/Makefile | 4 |
2 files changed, 5 insertions, 8 deletions
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 <bsd.port.pre.mk> - -.if ${OSVERSION} > 500000 -LDFLAGS+= -lm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> -.if ${OSVERSION} >= 400014 +.if defined(WITH_IPV6) CONFIGURE_ARGS+= --enable-ip6 .endif |