diff options
Diffstat (limited to 'mail/solid-pop3d/Makefile')
-rw-r--r-- | mail/solid-pop3d/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/solid-pop3d/Makefile b/mail/solid-pop3d/Makefile index 0e73f98dc24..6b5c147d82c 100644 --- a/mail/solid-pop3d/Makefile +++ b/mail/solid-pop3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/12 16:54:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2004/06/08 12:23:59 cjep Exp $ DISTNAME= solid-pop3d-0.15 CATEGORIES= mail @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-logextend \ --enable-statistics +BUILD_DEFS+= USE_INET6 + .if defined(SPOP3D_ENABLE_APOP) CONFIGURE_ARGS+= --enable-apop PLIST_SRC+= ${.CURDIR}/PLIST.apop |