diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-07 23:40:23 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-07 23:40:23 +0000 |
commit | 560d2eb0bf5f933214664a43ad5169397ea0dbff (patch) | |
tree | e61a78f0169c5b6d3db742a3a79532ae3afa9fab /games/stepmania-devel | |
parent | dcdd82a024e96cfa26ac85f4ccaa54fe053336b4 (diff) |
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 d0a78bb029fd..1eecb806b29d 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 +LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lpthread NO_STAGE= yes .include <bsd.port.options.mk> |