Replace PREFIX with LOCALBASE as suggested by danfe@
Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D16928
This commit is contained in:
parent
58b22f0e1e
commit
ff29d5a715
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478328
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ RUN_DEPENDS= libpcap>=1.8.1:net/libpcap \
|
|||
dsp>=2.0.0:dns/dsp
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-extra-cflags=-I${PREFIX}/include
|
||||
CONFIGURE_ARGS= --with-extra-cflags=-I${LOCALBASE}/include
|
||||
USES= gmake perl5 shebangfix
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
|
Loading…
Reference in a new issue