diff options
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 |