aboutsummaryrefslogtreecommitdiffstats
path: root/lang/q
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2009-04-13 00:24:29 +0800
committergahr <gahr@FreeBSD.org>2009-04-13 00:24:29 +0800
commit71f685a989133e58d8b71fddcf2e7cdef48057f6 (patch)
tree6a8dd58b82b826126e9c4c72c64f5eb0c73cdb6a /lang/q
parentda368303ee4620b238e6e92650e12370465643e7 (diff)
downloadfreebsd-ports-graphics-71f685a989133e58d8b71fddcf2e7cdef48057f6.tar.gz
freebsd-ports-graphics-71f685a989133e58d8b71fddcf2e7cdef48057f6.tar.zst
freebsd-ports-graphics-71f685a989133e58d8b71fddcf2e7cdef48057f6.zip
- Fix pseudo-typo: s|pkg-config libcurl|curl-config|g
Reported by: QA Tindie
Diffstat (limited to 'lang/q')
-rw-r--r--lang/q/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/q/Makefile b/lang/q/Makefile
index ea74a106b83..a61c1eba6ad 100644
--- a/lang/q/Makefile
+++ b/lang/q/Makefile
@@ -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" \