svn commit: r398663 - head/comms/grig
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Oct 5 20:36:41 UTC 2015
Author: amdmi3
Date: Mon Oct 5 20:36:40 2015
New Revision: 398663
URL: https://svnweb.freebsd.org/changeset/ports/398663
Log:
- Add LICENSE_FILE
- Fix build by linking with libm
Approved by: portmgr blanket
Modified:
head/comms/grig/Makefile
Modified: head/comms/grig/Makefile
==============================================================================
--- head/comms/grig/Makefile Mon Oct 5 20:18:23 2015 (r398662)
+++ head/comms/grig/Makefile Mon Oct 5 20:36:40 2015 (r398663)
@@ -11,6 +11,7 @@ MAINTAINER= hamradio at 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'
More information about the svn-ports-all
mailing list