diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2010-01-18 20:02:27 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2010-01-18 20:02:27 +0000 |
commit | 69a365881da9bf27963d8554bfc034e86108b6bc (patch) | |
tree | f40e7014fd515900ea4097080be8ee414b978fc1 /dns/autotrust | |
parent | c6a9794949f8254fed9072515b2c5417035353ff (diff) | |
download | ports-69a365881da9bf27963d8554bfc034e86108b6bc.tar.gz ports-69a365881da9bf27963d8554bfc034e86108b6bc.zip |
Notes
Diffstat (limited to 'dns/autotrust')
-rw-r--r-- | dns/autotrust/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/autotrust/Makefile b/dns/autotrust/Makefile index 72345db645e1..4b047b3a1d67 100644 --- a/dns/autotrust/Makefile +++ b/dns/autotrust/Makefile @@ -7,7 +7,7 @@ PORTNAME= autotrust PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/autotrust/ @@ -18,6 +18,9 @@ LIB_DEPENDS+= ldns.1:${PORTSDIR}/dns/ldns \ unbound.2:${PORTSDIR}/dns/unbound GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +CFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} MAN8= autotrust.8 |