diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-08-27 16:21:06 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-08-27 16:21:06 +0000 |
commit | d59f739097899e7b0e768363d721388facc32f39 (patch) | |
tree | 50a7242eb2b19919411a95f5a3ec5647834c83c9 /biology | |
parent | ab2cf1ea31d4a23f523f79bf52a580607029fff2 (diff) |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/phylip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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= * |