diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-08-31 04:02:14 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-08-31 04:02:17 +0000 |
commit | 0a22085145817b5cabaf71578a389795bf2239e3 (patch) | |
tree | 7ce5e1a7addd593afc3dd8de5eb5eb33c089807e /net/h323plus | |
parent | 02c1848e3e32c0cb78eb0b11217216499cf81d32 (diff) |
Diffstat (limited to 'net/h323plus')
-rw-r--r-- | net/h323plus/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/h323plus/Makefile b/net/h323plus/Makefile index 5d47a4ded53f..17524f33f974 100644 --- a/net/h323plus/Makefile +++ b/net/h323plus/Makefile @@ -11,14 +11,12 @@ LICENSE_COMB= multi LIB_DEPENDS= libpt.so:devel/ptlib -USE_GITHUB= yes -GH_ACCOUNT= willamowius -GH_PROJECT= h323plus - USES= gmake ssl +GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= willamowius -GNU_CONFIGURE= yes # ptlib-config --libs returns bogus dependencies on expat and SDL-1.2 CFLAGS+= -DH323_H46017 -DH323_TLS LDFLAGS+= -Wl,--as-needed |