aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-06-25 05:53:38 +0800
committerdougb <dougb@FreeBSD.org>2012-06-25 05:53:38 +0800
commit2c31cf01f2df98206684cc980aacec3c320afe63 (patch)
tree5a62e2ae61ed69e5a67710dc8015be9ddbfcff77 /biology
parentab3be06dd1e9329e9c4f6ec4ed6743bf26687f2e (diff)
downloadfreebsd-ports-graphics-2c31cf01f2df98206684cc980aacec3c320afe63.tar.gz
freebsd-ports-graphics-2c31cf01f2df98206684cc980aacec3c320afe63.tar.zst
freebsd-ports-graphics-2c31cf01f2df98206684cc980aacec3c320afe63.zip
s/X11BASE/LOCALBASE/, or equivalent.
The X11BASE variable is long gone, however these ports were not updated.
Diffstat (limited to 'biology')
-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 448fbe7d41b..2f913dea012 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) \