diff options
Diffstat (limited to 'net/roadrunner/Makefile')
-rw-r--r-- | net/roadrunner/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/roadrunner/Makefile b/net/roadrunner/Makefile index de3c44ee3196..47531f3f7626 100644 --- a/net/roadrunner/Makefile +++ b/net/roadrunner/Makefile @@ -7,7 +7,7 @@ PORTNAME= roadrunner PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://ftp.codefactory.se/pub/RoadRunner/source/roadrunner/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A portable BEEP protocol implementation USE_GNOME= glib20 libxml2 pkgconfig -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" USE_GMAKE= yes |