diff options
-rw-r--r-- | ftp/rexx-curl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/rexx-curl/Makefile b/ftp/rexx-curl/Makefile index edecdab493ca..03bb3dbe7766 100644 --- a/ftp/rexx-curl/Makefile +++ b/ftp/rexx-curl/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= rexx- DISTNAME= RexxCURL-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An external function package providing an interface to the cURL package +COMMENT= External function package providing an interface to the cURL package BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl @@ -24,6 +24,8 @@ RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rexx=regina +CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ + LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" USE_GMAKE= yes INSTALLS_SHLIB= yes DATADIR= ${PREFIX}/share/rexx${PORTNAME} |