diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 05:49:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 05:49:20 +0000 |
commit | 8978de114ffd63b50e2183849629329315e91586 (patch) | |
tree | b00f553f09b21a732f26851622c553cee48c8815 /dns | |
parent | f9b83ac80d8f33fd8a99a8dca676a6af6a526112 (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ldapdns/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dns/ldapdns/Makefile b/dns/ldapdns/Makefile index 0d809f507902..cf0b7055d8b7 100644 --- a/dns/ldapdns/Makefile +++ b/dns/ldapdns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ldapdns -# Date created: 2004-01-06 -# Whom: Paul Dlug <paul@aps.org> -# +# Created by: Paul Dlug <paul@aps.org> # $FreeBSD$ -# PORTNAME= ldapdns PORTVERSION= 2.06 @@ -24,6 +20,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USE_CSTD= gnu89 ALL_TARGET= default |