diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 09:30:58 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 09:30:58 +0000 |
commit | 77564bf33d8b55bb62afdf4ffbbf7ad238c07674 (patch) | |
tree | 6a838d2362aa0adea2ad9993a322de499b24a9f8 /dns | |
parent | 75739faf3f17d793497d68760edbcd8b9dfdb6a6 (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/inadyn-mt/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dns/inadyn-mt/Makefile b/dns/inadyn-mt/Makefile index 5e39975baaf2..b71614b60306 100644 --- a/dns/inadyn-mt/Makefile +++ b/dns/inadyn-mt/Makefile @@ -19,6 +19,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-sound MAKE_ARGS+= INSTALL_PREFIX="${STAGEDIR}${PREFIX}/etc" +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + PORTDOCS= readme.html AUTHORS README PORTEXAMPLES= * |