mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
net/xorp: Spell SHARED_USE correctly
This commit is contained in:
parent
c99095ca7c
commit
cc23d18cd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514209
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue