From b6f8e062ded081cdd15a500c62552dc513c7b560 Mon Sep 17 00:00:00 2001 From: FUJISHIMA Satsuki Date: Fri, 25 May 2001 22:07:35 +0000 Subject: to find gettext, LOCALBASE should be passed instead of PREFIX. Submitted by: roam, nectar --- ftp/wget-devel/Makefile | 4 ++-- ftp/wget/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ftp') diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index 7c059300623f..39f6f86958e9 100644 --- a/ftp/wget-devel/Makefile +++ b/ftp/wget-devel/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* 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* -- cgit v1.2.3