diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 18:03:08 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 18:03:08 +0800 |
commit | 69a39f5f38e05ce684e2eb92128457e1f52b22e2 (patch) | |
tree | c20e900970d1d92ec9f97b7e8ec1db5a4a5f7c40 /math/wfmath | |
parent | 542da4442bdedfe99d8bc65fad20e4218492fd1d (diff) | |
download | freebsd-ports-gnome-69a39f5f38e05ce684e2eb92128457e1f52b22e2.tar.gz freebsd-ports-gnome-69a39f5f38e05ce684e2eb92128457e1f52b22e2.tar.zst freebsd-ports-gnome-69a39f5f38e05ce684e2eb92128457e1f52b22e2.zip |
- Fix build on FreeBSD 10
Reported by: pointyhat
Diffstat (limited to 'math/wfmath')
-rw-r--r-- | math/wfmath/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/wfmath/Makefile b/math/wfmath/Makefile index eaad8d14208e..0f369d3be4af 100644 --- a/math/wfmath/Makefile +++ b/math/wfmath/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= SF/worldforge/${PORTNAME}%20%28math%20lib%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Worldforge math library +WITH_FBSD10_FIX=yes USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack USE_LDCONFIG= yes |