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:
parent
ea208ac807
commit
362e326974
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342842
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user