diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/openslp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 849e43a6a3e1..543ac6fa80df 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -3,6 +3,7 @@ PORTNAME= openslp PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/${PORTVERSION}%20Release @@ -16,6 +17,7 @@ USE_OPENSSL= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openslp \ --localstatedir=/var +CPPFLAGS+= -DHAVE_STRNCASECMP USE_RC_SUBR= slpd |