diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-10 07:57:03 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-10 07:57:03 +0000 |
commit | cc23d18cd9b331cc59764a3f08e3845ea74b097d (patch) | |
tree | 0d533052b10d94eb830a214550134c238700c36f | |
parent | c99095ca7c03481f806e66b536c2a00c94b165af (diff) | |
download | ports-cc23d18cd9b331cc59764a3f08e3845ea74b097d.tar.gz ports-cc23d18cd9b331cc59764a3f08e3845ea74b097d.zip |
Notes
-rw-r--r-- | net/xorp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |