diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-20 19:18:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-20 19:18:18 +0000 |
commit | f223ab87516593ba4deef72de4e9f83cfa928b69 (patch) | |
tree | f20cd9340415bb8abdb9a234d4d822fc42e01ffb /net/aprsc | |
parent | a3ad6e053c149c9184675dfa81e180552af31466 (diff) | |
download | ports-f223ab87516593ba4deef72de4e9f83cfa928b69.tar.gz ports-f223ab87516593ba4deef72de4e9f83cfa928b69.zip |
Notes
Diffstat (limited to 'net/aprsc')
-rw-r--r-- | net/aprsc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/aprsc/Makefile b/net/aprsc/Makefile index ecd3b7f84ec6..4a0496600569 100644 --- a/net/aprsc/Makefile +++ b/net/aprsc/Makefile @@ -15,7 +15,7 @@ COMMENT= Plain APRS-IS server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= event2/libevent-2.0.so:${PORTSDIR}/devel/libevent2 +LIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib/event2 |