diff options
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 7c059300623f..39f6f86958e9 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -26,8 +26,8 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include \ - LDFLAGS=-L${PREFIX}/lib +CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ + LDFLAGS=-L${LOCALBASE}/lib pre-build: @${RM} -rf ${WRKSRC}/doc/wget.info* |