summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-05 20:36:40 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-05 20:36:40 +0000
commit20255ba1b955f22da769d04460efa0e3b7e0a3c5 (patch)
treedb176c17bab1eaede383cc8466c42fa4fe9cf75a /comms
parentGNOME 3 expects pinentry to have libsecret support. so instead of offering (diff)
- Add LICENSE_FILE
- Fix build by linking with libm Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=398663
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'