diff options
author | Koop Mast <kwm@FreeBSD.org> | 2019-03-23 11:02:34 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2019-03-23 11:02:34 +0000 |
commit | 9b7820525a1cd3ae562b31bfd5ea7f7ac64d5919 (patch) | |
tree | 6d19661211df0cf9210188f77f63dc8da65866ec | |
parent | Fix build after base r345349 (diff) |
Fix build after base r345349
PR: 236141
Notes
Notes:
svn path=/head/; revision=496636
-rw-r--r-- | x11-toolkits/gtkimageview/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtkimageview/Makefile b/x11-toolkits/gtkimageview/Makefile index 997d0766272f..2fb320ed9c59 100644 --- a/x11-toolkits/gtkimageview/Makefile +++ b/x11-toolkits/gtkimageview/Makefile @@ -20,6 +20,7 @@ USES= libtool pathfix pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes INSTALL_TARGET= install-strip +LIBS= -lm OPTIONS_DEFINE= DOCS |