diff options
Diffstat (limited to 'irc/ngircd/Makefile')
-rw-r--r-- | irc/ngircd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile index 4106a72971c7..5703553bc7c6 100644 --- a/irc/ngircd/Makefile +++ b/irc/ngircd/Makefile @@ -14,8 +14,9 @@ MASTER_SITES= http://download.berlios.de/ngircd/ \ MAINTAINER= krion@FreeBSD.org COMMENT= Free open source daemon for Internet Relay Chat (IRC) +USE_SIZE= yes GNU_CONFIGURE= yes -ONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if exists(/usr/include/tcpd.h) WITH_TCP_WRAPPERS= yes |