diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 2fa898772092..17ecb10d0e23 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -4,7 +4,7 @@ PORTNAME= xorp PORTVERSION= 1.8.5 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MAINTAINER= hrs@FreeBSD.org @@ -42,7 +42,7 @@ ORIGIN_MAKE_ARGS_OFF= origin=false SHARED_DESC= Build with shared libraries SHARED_MAKE_ARGS= shared=true SHARED_MAKE_ARGS_OFF= shared=false -SHARED_USE_ON= LDCONFIG=${PREFIX}/lib/xorp/lib +SHARED_USE= LDCONFIG=${PREFIX}/lib/xorp/lib STRIP_MAKE_ARGS= strip=true STRIP_MAKE_ARGS_OFF= strip=false TCP_RPC_DESC= Use TCP as RPC transport (defaults to AF_LOCAL)