diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-26 02:30:25 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-26 02:30:25 +0800 |
commit | 0cf23c9e42ff4e1fa43b2a501fc9f5ea3bfdea9c (patch) | |
tree | 08cebd342cf36f49f446fb7827a8c58054aa77dc /games/pengupop | |
parent | 0ae20ec92eea31369620157c6b0d9e9cfa397f4e (diff) | |
download | freebsd-ports-gnome-0cf23c9e42ff4e1fa43b2a501fc9f5ea3bfdea9c.tar.gz freebsd-ports-gnome-0cf23c9e42ff4e1fa43b2a501fc9f5ea3bfdea9c.tar.zst freebsd-ports-gnome-0cf23c9e42ff4e1fa43b2a501fc9f5ea3bfdea9c.zip |
Remove PTHREAD_LIBS, PTHREAD_CFLAGS from my ports
Diffstat (limited to 'games/pengupop')
-rw-r--r-- | games/pengupop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pengupop/Makefile b/games/pengupop/Makefile index 2194cf9a3527..f76ae274bb77 100644 --- a/games/pengupop/Makefile +++ b/games/pengupop/Makefile @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USES= gmake USE_SDL= sdl CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -pthread PLIST_FILES= bin/pengupop |