diff options
author | John Marino <marino@FreeBSD.org> | 2013-12-26 18:49:00 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-12-26 18:49:00 +0000 |
commit | e012b98a96a3cf39ad25b9d9db52342580648021 (patch) | |
tree | 9aba9da5177cbe8f737243b6b5d7b1bbda986dc8 /games/stepmania-devel | |
parent | f162cce54315a060dbd1a67fb018b053b70d9408 (diff) | |
download | ports-e012b98a96a3cf39ad25b9d9db52342580648021.tar.gz ports-e012b98a96a3cf39ad25b9d9db52342580648021.zip |
Notes
Diffstat (limited to 'games/stepmania-devel')
-rw-r--r-- | games/stepmania-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/stepmania-devel/Makefile b/games/stepmania-devel/Makefile index 63ce50ea8ec5..9a8d717cd603 100644 --- a/games/stepmania-devel/Makefile +++ b/games/stepmania-devel/Makefile @@ -38,7 +38,7 @@ SHEBANG_FILES= Utils/*.pl \ extern/zlib/zlib2ansi CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lX11 +LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lpthread VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis VORBIS_CONFIGURE_WITH= vorbis |