diff options
Diffstat (limited to 'net/net-http/Makefile')
-rw-r--r-- | net/net-http/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net-http/Makefile b/net/net-http/Makefile index 1b27a9961f55..e44e402a62ab 100644 --- a/net/net-http/Makefile +++ b/net/net-http/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A library for doing HTTP client-side programming in Guile BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |