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 /security/libsecret/Makefile | |
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 'security/libsecret/Makefile')
-rw-r--r-- | security/libsecret/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile index d48f3c525..4417c8b57 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -21,5 +21,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-introspection INSTALL_TARGET= install-strip +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |