From d59f739097899e7b0e768363d721388facc32f39 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Wed, 27 Aug 2008 16:21:06 +0000 Subject: - Fix build Reported by: QA Tindie --- biology/phylip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'biology/phylip') diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index 55fb9059385c..3781f018523b 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -23,9 +23,9 @@ USE_XORG= x11 xaw xt USE_GMAKE= yes BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${BUILD_WRKSRC} - +CFLAGS+= -I${LOCALBASE}/include MAKE_ARGS= CC="${CC} ${CFLAGS}" \ - DC="${CC} -DX -I${LOCALBASE}/include ${CFLAGS}" \ + DC="${CC} -DX ${CFLAGS}" \ DLIBS="-L${LOCALBASE}/lib -lX11 -lXaw -lXt -lm" PORTDOCS= * -- cgit v1.2.3