aboutsummaryrefslogtreecommitdiffstats
path: root/games/gl-117
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-26 07:00:50 +0800
committermarino <marino@FreeBSD.org>2015-03-26 07:00:50 +0800
commit0c8bec8d1565cd01e8fc1017de057d1986719d12 (patch)
tree2f9cd8c0a819b520aa1b353994707173199cca50 /games/gl-117
parent5db5908d4795f6a79fd122fbe80953bd1e2104c2 (diff)
downloadfreebsd-ports-gnome-0c8bec8d1565cd01e8fc1017de057d1986719d12.tar.gz
freebsd-ports-gnome-0c8bec8d1565cd01e8fc1017de057d1986719d12.tar.zst
freebsd-ports-gnome-0c8bec8d1565cd01e8fc1017de057d1986719d12.zip
games category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
Diffstat (limited to 'games/gl-117')
-rw-r--r--games/gl-117/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile
index 141255f1b851..a72024edadeb 100644
--- a/games/gl-117/Makefile
+++ b/games/gl-117/Makefile
@@ -16,7 +16,7 @@ USES= tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-opengl-dir=${LOCALBASE}
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+LDFLAGS+= -lpthread -L${LOCALBASE}/lib
DESKTOP_ENTRIES= "GL-117" \
"Action flight simulator" \