diff options
author | Koop Mast <kwm@FreeBSD.org> | 2019-03-23 19:19:58 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2019-03-23 19:19:58 +0000 |
commit | a10e88f2e94c2536d2b34da997e1d3e0737046cb (patch) | |
tree | 0189841fa0fc8975bfc436dfb9ca0bdcbc649ec7 /x11-toolkits/libgnomeui | |
parent | 62efb6278c08b806eca4dcaf8f07d18ff6a98b04 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/libgnomeui')
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index 43adfca9c727..0f9740e3aff1 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -26,6 +26,7 @@ USE_XORG= sm USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +LIBS= -lm .include <bsd.port.mk> |