diff options
Diffstat (limited to 'ftp/quftp')
-rw-r--r-- | ftp/quftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile index 78e089198628..56c3fa11be8a 100644 --- a/ftp/quftp/Makefile +++ b/ftp/quftp/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= readline.4:${PORTSDIR}/devel/readline GNU_CONFIGURE= yes -CFLAGS+= -L${PREFIX}/lib ${PTHREAD_LIBS} +CFLAGS+= ${PTHREAD_CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CONFIGURE_ENV= CFLAGS="${CFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= quftp.1 |