diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-11-14 11:26:46 +0800 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-11-14 11:26:46 +0800 |
commit | 6fd8cb78105b4e32ea7c6e0a9db599fdd27c24f3 (patch) | |
tree | 9ab77eb1499aeac9e5f505a1d9593ffaf58d7da6 /graphics/opengtl | |
parent | 5eeef2311f34b11cd14c114b8ab6aad7c9c28f0f (diff) | |
download | freebsd-ports-gnome-6fd8cb78105b4e32ea7c6e0a9db599fdd27c24f3.tar.gz freebsd-ports-gnome-6fd8cb78105b4e32ea7c6e0a9db599fdd27c24f3.tar.zst freebsd-ports-gnome-6fd8cb78105b4e32ea7c6e0a9db599fdd27c24f3.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/opengtl')
-rw-r--r-- | graphics/opengtl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile index 982b10ac490a..ddf801eb758f 100644 --- a/graphics/opengtl/Makefile +++ b/graphics/opengtl/Makefile @@ -25,7 +25,6 @@ USE_PERL5= yes MAKE_JOBS_SAFE= yes USE_CMAKE= yes USE_LDCONFIG= yes -CMAKE_USE_PTHREAD= yes OPTIONS= SHIVA "Install filters and generators" on |