diff options
Diffstat (limited to 'comms/grig/Makefile')
-rw-r--r-- | comms/grig/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/grig/Makefile b/comms/grig/Makefile index d728b533147a..54b925125a88 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -11,6 +11,7 @@ MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio control front-end LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libhamlib.so:${PORTSDIR}/comms/hamlib @@ -18,6 +19,8 @@ USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes USES= gettext gmake pkgconfig +LIBS+= -lm + post-patch: @${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' |