diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-01-08 22:28:56 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-01-08 22:28:56 +0000 |
commit | b03113636a940e3f1d5d2c9a1cc46dcf101d9ab0 (patch) | |
tree | d7828c5007af31fc2931d92cb6e73b7c3216e67d /net/pchar | |
parent | Whoops - forgot the Makefile. (diff) |
Support IPv6.
Approved by: obrien(maintainer)
Notes
Notes:
svn path=/head/; revision=24574
Diffstat (limited to 'net/pchar')
-rw-r--r-- | net/pchar/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 29e20be73c33..2ceefba6d9bb 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www.ca.sandia.gov/~bmah/Software/pchar/ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes +.if defined(USE_INET6) +CONFIGURE_ARGS= --with-ipv6 +.endif MAN8= pchar.8 do-install: |