1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

math/gdcalc: Explicitly link libmath (taken from dports)

This commit is contained in:
John Marino 2014-02-05 20:27:57 +00:00
parent ea208ac807
commit 362e326974
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342842

View File

@ -1,6 +1,5 @@
# Created by: Jan Srocker <Jan.Stocker@t-online.de>
# $FreeBSD$
# $MCom: ports/math/gdcalc/Makefile,v 1.1 2006/10/04 15:51:37 ahze Exp $
PORTNAME= gdcalc
PORTVERSION= 2.15
@ -17,5 +16,7 @@ USES= pkgconfig
USE_GNOME= gnomehier libgnomeui
GNU_CONFIGURE= yes
LDFLAGS+= -lm
NO_STAGE= yes
.include <bsd.port.mk>