diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-06 04:36:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-06 04:36:40 +0800 |
commit | b329e227664d8550bb494f1b827b815868d31298 (patch) | |
tree | db176c17bab1eaede383cc8466c42fa4fe9cf75a /comms | |
parent | 6c0ddc0952d11e6ca901facb7a91effee1c12067 (diff) | |
download | freebsd-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/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' |