diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
commit | 9fc1c4fe89616480338adc0d98d5b1f0e4175302 (patch) | |
tree | a1c4a73130cdd2f28d9877c9ed4e5fc54d9c25ae /mail/anubis | |
parent | Update to 0.6.0 (diff) |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to 'mail/anubis')
-rw-r--r-- | mail/anubis/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index a64c3a762aa5..7b29f23133bb 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -27,7 +27,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sergei@FreeBSD.org COMMENT= Outgoing SMTP mail processor -USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" LDFLAGS="${LDFLAGS}" \ |