diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-26 05:36:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-26 05:36:39 +0800 |
commit | 78454813e19c6cb54de5aeec4340d33c08b4e971 (patch) | |
tree | 65c4a8be5ec1c53e6e48100e9731af807b46394e /net-im | |
parent | 2e75b241b0d8ede208c9f76db114bf9ea299a12b (diff) | |
download | marcuscom-ports-78454813e19c6cb54de5aeec4340d33c08b4e971.tar marcuscom-ports-78454813e19c6cb54de5aeec4340d33c08b4e971.tar.gz marcuscom-ports-78454813e19c6cb54de5aeec4340d33c08b4e971.tar.bz2 marcuscom-ports-78454813e19c6cb54de5aeec4340d33c08b4e971.tar.lz marcuscom-ports-78454813e19c6cb54de5aeec4340d33c08b4e971.tar.xz marcuscom-ports-78454813e19c6cb54de5aeec4340d33c08b4e971.tar.zst marcuscom-ports-78454813e19c6cb54de5aeec4340d33c08b4e971.zip |
Sync with ports.
https://lists.freebsd.org/pipermail/svn-ports-head/2014-September/073739.html
ports commit r369260
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19910 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/folks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index b96eea8eb..8b90e0684 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -25,7 +25,7 @@ USE_GNOME= evolutiondataserver3 gnomehier intlhack \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-bluez-backend CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=deprecated-declarations -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.freedesktop.folks.gschema.xml |