diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2001-10-22 13:40:25 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2001-10-22 13:40:25 +0000 |
commit | f8f2294d6e60f142f08f7887ea96fda1a3b8f72f (patch) | |
tree | ca28bbee34da43e2d26579094f30562acdb4f6f6 /net/obnc/Makefile | |
parent | Update to 1.9.4. (diff) |
Add support for specifying an IPsec policy.
Approved by: maintainer
Diffstat (limited to 'net/obnc/Makefile')
-rw-r--r-- | net/obnc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/obnc/Makefile b/net/obnc/Makefile index 234821b21d66..5374e6269439 100644 --- a/net/obnc/Makefile +++ b/net/obnc/Makefile @@ -7,6 +7,7 @@ PORTNAME= obnc PORTVERSION= 20010703 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.unixfreak.org/~dima/distfiles/ @@ -18,6 +19,9 @@ MANSECTS= 1 MAN1= nc.1 MANCOMPRESSED= maybe +CFLAGS+= -DIPSEC +MAKE_ENV= LDADD="${LDADD} -lipsec" + # MAN page COMPression SUFFIX .if !defined(NOMANCOMPRESS) MANCOMPSUFFIX= .gz |