diff options
author | marino <marino@FreeBSD.org> | 2014-02-06 05:34:43 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-06 05:34:43 +0800 |
commit | ee29a088bdd2f3860c6eb92c8f6442d58eab4d10 (patch) | |
tree | 19f8f0d51af4f5ce5694c7d9b7fba426815770c0 /graphics/apngdis | |
parent | 9a1b32895c81ab8017c73722a36eb15968cb0112 (diff) | |
download | freebsd-ports-gnome-ee29a088bdd2f3860c6eb92c8f6442d58eab4d10.tar.gz freebsd-ports-gnome-ee29a088bdd2f3860c6eb92c8f6442d58eab4d10.tar.zst freebsd-ports-gnome-ee29a088bdd2f3860c6eb92c8f6442d58eab4d10.zip |
graphics/apngdis: Explicitly link libm (taken from dports)
Diffstat (limited to 'graphics/apngdis')
-rw-r--r-- | graphics/apngdis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/apngdis/Makefile b/graphics/apngdis/Makefile index 1919dd1cfc4e..ac572d858339 100644 --- a/graphics/apngdis/Makefile +++ b/graphics/apngdis/Makefile @@ -18,6 +18,7 @@ NO_WRKSUBDIR= yes USE_ZIP= yes USES= dos2unix gmake +LDFLAGS+= -lz PORTDOCS= readme.txt PLIST_FILES= bin/${PORTNAME} |