diff --git a/net/h323plus/Makefile b/net/h323plus/Makefile index 92c2313b8e50..5d47a4ded53f 100644 --- a/net/h323plus/Makefile +++ b/net/h323plus/Makefile @@ -1,30 +1,31 @@ PORTNAME= h323plus DISTVERSIONPREFIX= v DISTVERSION= 1_27_2 CATEGORIES= net multimedia -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pi@FreeBSD.org COMMENT= H323 Video Conferencing library LICENSE= MPL10 MPL11 LICENSE_COMB= multi LIB_DEPENDS= libpt.so:devel/ptlib USE_GITHUB= yes GH_ACCOUNT= willamowius GH_PROJECT= h323plus USES= gmake ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes # ptlib-config --libs returns bogus dependencies on expat and SDL-1.2 +CFLAGS+= -DH323_H46017 -DH323_TLS LDFLAGS+= -Wl,--as-needed MAKE_JOBS_UNSAFE=yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libh323.so .include