aboutsummaryrefslogtreecommitdiff
path: root/biology/njplot
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-06-24 21:53:38 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-06-24 21:53:38 +0000
commit44fa80481074cd35888ebc22004934733aaa2124 (patch)
treeebb174ef89b9e34586ae4d8ddc7b865c01f4f6e3 /biology/njplot
parentdfd4a6d526d47b10c07449bd7c58b70acf01fcb7 (diff)
downloadports-44fa80481074cd35888ebc22004934733aaa2124.tar.gz
ports-44fa80481074cd35888ebc22004934733aaa2124.zip
Notes
Diffstat (limited to 'biology/njplot')
-rw-r--r--biology/njplot/files/patch-makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/njplot/files/patch-makefile b/biology/njplot/files/patch-makefile
index 448fbe7d41be..2f913dea012a 100644
--- a/biology/njplot/files/patch-makefile
+++ b/biology/njplot/files/patch-makefile
@@ -54,7 +54,7 @@
- -L$(MOTIFLIB) -lXm \
- -L/usr/X11R6/lib -lXmu -lXt -lX11 -lm
+ $(MOTIFLIB) \
-+ -L$(X11BASE)/lib -lXmu -lXt -lX11 -lm
++ -L$(LOCALBASE)/lib -lXmu -lXt -lX11 -lm
unrooted : $(OBJUNROOTED)
$(CC) -g -o unrooted $(OBJUNROOTED) \