diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 20:34:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 20:34:11 +0000 |
commit | 365cb9a6e27d9ff5c0563781b7d5bcdaf565c3bf (patch) | |
tree | a2137f9b476ffe98c2fc22c1f015ed81d482da51 /biology | |
parent | fd80e28c88a59ea09fd946373d5f33bdf08dbba7 (diff) | |
download | ports-365cb9a6e27d9ff5c0563781b7d5bcdaf565c3bf.tar.gz ports-365cb9a6e27d9ff5c0563781b7d5bcdaf565c3bf.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/phylip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index acf1fb5422a6..c45a94f58822 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -23,7 +23,7 @@ BUILD_WRKSRC= ${WRKSRC}/src MAKE_ARGS= CC="${CC} ${CFLAGS}" \ DC="${CC} -DX -I${X11BASE}/include ${CFLAGS}" \ - GLIBS="-L${X11BASE}/lib -lX11 -lm" + DLIBS="-L${X11BASE}/lib -lX11 -lXaw -lXt" PORTDOCS= * |