diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-26 11:20:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-26 11:20:47 +0000 |
commit | 926954e28355bc942d75c8df9db0eaf1bfc80f05 (patch) | |
tree | a550a8ac9c8719c8d58292cb657a67e4a490c361 /net/totd/Makefile | |
parent | 2e30ebc5a5883affc8634cf81113f65de998f977 (diff) | |
download | pkgsrc-926954e28355bc942d75c8df9db0eaf1bfc80f05.tar.gz |
Fixed gcc warnings.
Diffstat (limited to 'net/totd/Makefile')
-rw-r--r-- | net/totd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index c63e12fbcdf..ab213554a4d 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/05/18 20:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/06/26 11:20:47 rillig Exp $ # DISTNAME= totd-1.5.1 @@ -9,8 +9,6 @@ MAINTAINER= feico@pasta.cs.uit.no HOMEPAGE= http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation -BROKEN_IN= pkgsrc-2006Q1 - GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q} |