diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-03-02 20:14:26 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-03-02 20:14:26 +0000 |
commit | 33ca180242c62e6802db143d595873e346987acb (patch) | |
tree | db64c3c262b3233b27df3afd08c26347a8d61930 /devel/libevent2 | |
parent | 46d0d89c09c139b87bf806c92cd4c843ef3670d2 (diff) |
Notes
Diffstat (limited to 'devel/libevent2')
-rw-r--r-- | devel/libevent2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libevent2/Makefile b/devel/libevent2/Makefile index 3296af38e9a1..3459c0b47088 100644 --- a/devel/libevent2/Makefile +++ b/devel/libevent2/Makefile @@ -21,7 +21,7 @@ USE_LDCONFIG= ${PREFIX}/lib/event2 OPTIONS= OPENSSL "Enable OpenSSL support" on \ THREADS "Enable threads support" on -CONFIGURE_ARGS+= --libdir=${LOCALBASE}/lib/event2 +CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/event2 .include <bsd.port.options.mk> |