Index: head/net/freediameter/Makefile =================================================================== --- head/net/freediameter/Makefile (revision 440984) +++ head/net/freediameter/Makefile (revision 440985) @@ -1,22 +1,23 @@ # $FreeBSD$ PORTNAME= freeDiameter PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.freediameter.net/hg/freeDiameter/archive/ MAINTAINER= koue@chaosophia.net COMMENT= Open source Diameter protocol implementation LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= fails to configure - LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ - libgnutls.so:security/gnutls + libgnutls.so:security/gnutls \ + libidn.so:dns/libidn USES= cmake bison USE_LDCONFIG= yes CMAKE_ARGS= -DSCTP_USE_MAPPED_ADDRESSES:BOOL=ON .include