diff options
author | dougb <dougb@FreeBSD.org> | 2012-06-25 05:53:38 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-06-25 05:53:38 +0800 |
commit | 2c31cf01f2df98206684cc980aacec3c320afe63 (patch) | |
tree | 5a62e2ae61ed69e5a67710dc8015be9ddbfcff77 /biology | |
parent | ab3be06dd1e9329e9c4f6ec4ed6743bf26687f2e (diff) | |
download | freebsd-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-makefile | 2 |
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) \ |