diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-12-31 01:43:35 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-12-31 01:43:35 +0000 |
commit | 438a3f5420e0e42cc21881420574ab19f32d9e48 (patch) | |
tree | cfd17c66b5852c84e4109a5e4553616903c813ab /dns/geta/Makefile | |
parent | ad3ffab8e206aae48a98453effbde3a119223356 (diff) | |
download | freebsd-ports-438a3f5420e0e42cc21881420574ab19f32d9e48.zip |
Fix build on -current.
Submitted by: naddy
Diffstat (limited to 'dns/geta/Makefile')
-rw-r--r-- | dns/geta/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/geta/Makefile b/dns/geta/Makefile index 447ad6ceb3ee..5da5fdb2c725 100644 --- a/dns/geta/Makefile +++ b/dns/geta/Makefile @@ -7,6 +7,7 @@ PORTNAME= geta PORTVERSION= 19990419 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ DISTNAME= pping-${PORTVERSION} @@ -15,6 +16,7 @@ MAINTAINER= sumikawa@FreeBSD.org WRKSRC= ${WRKDIR}/pping GNU_CONFIGURE= yes +USE_PERL5_BUILD=yes NO_INSTALL_MANPAGES= yes |