mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Fix pseudo-typo: s|pkg-config libcurl|curl-config|g
Reported by: QA Tindie
This commit is contained in:
parent
129e8f454e
commit
05efd1a8a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232216
@ -35,8 +35,8 @@ CONFIGURE_ARGS+=--with-magick="`pkg-config ImageMagick --libs`" \
|
||||
--with-tk-includes="-I${TK_INCLUDEDIR} -I${TCL_INCLUDEDIR}" \
|
||||
--with-gdbm="-L${LOCALBASE}/lib -lgdbm" \
|
||||
--with-gdbm-includes="-I${LOCALBASE}/include" \
|
||||
--with-curl="`pkg-config libcurl --libs`" \
|
||||
--with-curl-includes="`pkg-config libcurl --cflags`" \
|
||||
--with-curl="`curl-config --libs`" \
|
||||
--with-curl-includes="`curl-config --cflags`" \
|
||||
--with-gmp="-L${LOCALBASE}/lib -lgmp" \
|
||||
--with-gmp-includes="-I${LOCALBASE}/include" \
|
||||
--with-ggi="-L${LOCALBASE}/lib -lggi" \
|
||||
|
Loading…
Reference in New Issue
Block a user