diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-24 13:32:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-24 13:32:58 +0000 |
commit | b5646534525f3eb9cce485f6580fe9a473ce2ba7 (patch) | |
tree | ffddb673c48038e781d69f6c3d08ec8855ad33a5 /net/aprsc | |
parent | afee9d5cd365a4ef10c99ef86e5358e76a5d37f2 (diff) | |
download | ports-b5646534525f3eb9cce485f6580fe9a473ce2ba7.tar.gz ports-b5646534525f3eb9cce485f6580fe9a473ce2ba7.zip |
Notes
Diffstat (limited to 'net/aprsc')
-rw-r--r-- | net/aprsc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/aprsc/Makefile b/net/aprsc/Makefile index 4a0496600569..cdb5edf4ce30 100644 --- a/net/aprsc/Makefile +++ b/net/aprsc/Makefile @@ -2,7 +2,7 @@ PORTNAME= aprsc PORTVERSION= 2.0.14 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= .g28c5a6a CATEGORIES= net hamradio MASTER_SITES= http://he.fi/aprsc/down/ \ @@ -15,10 +15,10 @@ COMMENT= Plain APRS-IS server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2 +LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib/event2 +LDFLAGS+= -L${LOCALBASE}/lib MAKEFILE= GNUmakefile WRKSRC= ${WRKDIR}/${DISTNAME}/src |