aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-10-06 04:36:40 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-10-06 04:36:40 +0800
commitb329e227664d8550bb494f1b827b815868d31298 (patch)
treedb176c17bab1eaede383cc8466c42fa4fe9cf75a /comms
parent6c0ddc0952d11e6ca901facb7a91effee1c12067 (diff)
downloadfreebsd-ports-gnome-b329e227664d8550bb494f1b827b815868d31298.tar.gz
freebsd-ports-gnome-b329e227664d8550bb494f1b827b815868d31298.tar.zst
freebsd-ports-gnome-b329e227664d8550bb494f1b827b815868d31298.zip
- Add LICENSE_FILE
- Fix build by linking with libm Approved by: portmgr blanket
Diffstat (limited to 'comms')
-rw-r--r--comms/grig/Makefile3
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'