1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Explicitly link resulting library with libm, because other ports expect to be

able to link just with ``-lmng'', not with ``-lmng -lm''.

Submitted by:	bento (sorta)
This commit is contained in:
Maxim Sobolev 2001-03-13 15:56:36 +00:00
parent 887894c457
commit b4d45cf41d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39769
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= libmng
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.3-t.com/libmng/download/ \
${MASTER_SITE_SOURCEFORGE} \

View File

@ -1,4 +1,5 @@
LIB= mng
LDADD= -lm
NOPROFILE= yes
SHLIB_MAJOR?= 1