diff options
author | rafan <rafan@FreeBSD.org> | 2008-03-18 14:34:16 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-03-18 14:34:16 +0800 |
commit | 7fee205ccf7765e9ac04b779e0245c9f7c4ba1cf (patch) | |
tree | 45a79a69d3e1533f514a1fad5e77d9b586e4d2ce | |
parent | 694f1ef2a378c000f86961880f49a16a727e9206 (diff) | |
download | freebsd-ports-graphics-7fee205ccf7765e9ac04b779e0245c9f7c4ba1cf.tar.gz freebsd-ports-graphics-7fee205ccf7765e9ac04b779e0245c9f7c4ba1cf.tar.zst freebsd-ports-graphics-7fee205ccf7765e9ac04b779e0245c9f7c4ba1cf.zip |
- Fix build
Reported by: pointyhat via pav
Submitted by: Scot Hetzel <swhetzel at gmail.com>
-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 d3d4e419f91..4c2ab979d7c 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 |