diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-30 08:39:03 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-30 08:39:03 +0000 |
commit | 7a2e4f123364e10de7514890b2c49d36a3e3cd97 (patch) | |
tree | a4995375b5a7b164e9c11cca9e1f84863f5b3911 /math | |
parent | c1b184f0941c876d8cdc54040c89c869d662626a (diff) | |
download | ports-7a2e4f123364e10de7514890b2c49d36a3e3cd97.tar.gz ports-7a2e4f123364e10de7514890b2c49d36a3e3cd97.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/xmgr/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/xmgr/files/patch-aa b/math/xmgr/files/patch-aa index 3b183884dafb..0b02624a3454 100644 --- a/math/xmgr/files/patch-aa +++ b/math/xmgr/files/patch-aa @@ -5,7 +5,7 @@ ################################## XLIB = -lX11 -LOCAL_LIBRARIES = -lXm -lXt -lPW -+LOCAL_LIBRARIES = $(MOTIFLIB) -lXt -lcompat ++LOCAL_LIBRARIES = $(MOTIFLIB) -lXt -lcompat -lXext LDLIBS = $(XLIB) -lm DEPLIBS = ################################# |