diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-18 06:34:16 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-18 06:34:16 +0000 |
commit | 38ddaf2624f12eab37395ee8daf758f8342f3be0 (patch) | |
tree | d417ec22007abc2d55684173920fdfa8d33aa393 | |
parent | e0869260774309b4e379e42b7889d1b6db72f3a3 (diff) | |
download | ports-38ddaf2624f12eab37395ee8daf758f8342f3be0.tar.gz ports-38ddaf2624f12eab37395ee8daf758f8342f3be0.zip |
Notes
-rw-r--r-- | comms/gnokii/Makefile | 3 |
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 |