diff options
Diffstat (limited to 'ftp/rexx-curl/Makefile')
-rw-r--r-- | ftp/rexx-curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/rexx-curl/Makefile b/ftp/rexx-curl/Makefile index da0bf73fa233..bd4057e051ea 100644 --- a/ftp/rexx-curl/Makefile +++ b/ftp/rexx-curl/Makefile @@ -23,7 +23,8 @@ RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" +CPPFLAGS+= ${PTHREAD_CFLAGS} +LDFLAGS+= ${PTHREAD_LIBS} CONFIGURE_ARGS= --with-rexx=regina USE_LDCONFIG= yes |