mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue