summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-03-18 06:34:16 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-03-18 06:34:16 +0000
commit38ddaf2624f12eab37395ee8daf758f8342f3be0 (patch)
treed417ec22007abc2d55684173920fdfa8d33aa393 /comms
parentUpdate to the 20080314 snapshot of GCC 4.4.0. (diff)
- Fix build
Reported by: pointyhat via pav Submitted by: Scot Hetzel <swhetzel at gmail.com>
Diffstat (limited to 'comms')
-rw-r--r--comms/gnokii/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile
index d3d4e419f91a..4c2ab979d7ce 100644
--- a/comms/gnokii/Makefile
+++ b/comms/gnokii/Makefile
@@ -25,7 +25,8 @@ CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} --enable-security \
CONFIGURE_ENV+= MSGFMT="${LOCALBASE}/bin/msgfmt" \
XGETTEXT="${LOCALBASE}/bin/xgettext" \
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -fPIC" \
- LIBS="-L../common -L${LOCALBASE}/lib"
+ LIBS="-L../common -L${LOCALBASE}/lib" \
+ PKG_CONFIG="${LOCALBASE}/bin/pkg-config"
MAN1= gnokii.1 sendsms.1
MAN8= gnokiid.8 mgnokiidev.8