diff options
author | rakuco <rakuco@FreeBSD.org> | 2011-11-14 11:26:46 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2011-11-14 11:26:46 +0800 |
commit | 3e3bdff1f914695e975da2198d279e2769d47eb9 (patch) | |
tree | 3d5417da1e6a5cc164888f7fb19a0e8c26506a76 /graphics/yagf | |
parent | 60766fa91697722890579e02dd190000420b7da7 (diff) | |
download | freebsd-ports-gnome-3e3bdff1f914695e975da2198d279e2769d47eb9.tar.gz freebsd-ports-gnome-3e3bdff1f914695e975da2198d279e2769d47eb9.tar.zst freebsd-ports-gnome-3e3bdff1f914695e975da2198d279e2769d47eb9.zip |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes
Diffstat (limited to 'graphics/yagf')
-rw-r--r-- | graphics/yagf/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/yagf/Makefile b/graphics/yagf/Makefile index f91c690c0b49..94f80f8a8bcd 100644 --- a/graphics/yagf/Makefile +++ b/graphics/yagf/Makefile @@ -29,8 +29,4 @@ QT_COMPONENTS= corelib gui imageformats linguist_build \ CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include -.include <bsd.port.pre.mk> -.if ${OSVERSION}<700042 -CMAKE_USE_PTHREAD= yes -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |