diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-18 15:58:13 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-18 15:58:13 +0000 |
commit | 904ea9abe885fdd9f847cf507c5940547c33c267 (patch) | |
tree | 62fc99dd4d585972ade3559fef56072314864193 | |
parent | 1ce1ab6ba34201ae924a3dcdbae397470774c2a9 (diff) | |
download | ports-904ea9abe885fdd9f847cf507c5940547c33c267.tar.gz ports-904ea9abe885fdd9f847cf507c5940547c33c267.zip |
Notes
-rw-r--r-- | net/belle-sip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/belle-sip/Makefile b/net/belle-sip/Makefile index d0618da9fa28..04c4743587fd 100644 --- a/net/belle-sip/Makefile +++ b/net/belle-sip/Makefile @@ -24,7 +24,7 @@ LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-strict --disable-tests \ --with-antlr=${LOCALBASE} INSTALL_TARGET= install-strip -USES= compiler:c11 gmake libtool pathfix +USES= compiler:c11 gmake libtool pathfix pkgconfig USE_JAVA= yes JAVA_BUILD= jre JAVA_VERSION= 1.6+ |