diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-16 23:35:32 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-16 23:35:32 +0800 |
commit | e7389797427368b6bea1d7e7d0edde63a6e9e1d2 (patch) | |
tree | 3fefab4df9153d8285152c3cac9907a82df20bf2 /games | |
parent | 05d47a5fd66d4b4162fae97bc24a7bf3ce2195bb (diff) | |
download | freebsd-ports-gnome-e7389797427368b6bea1d7e7d0edde63a6e9e1d2.tar.gz freebsd-ports-gnome-e7389797427368b6bea1d7e7d0edde63a6e9e1d2.tar.zst freebsd-ports-gnome-e7389797427368b6bea1d7e7d0edde63a6e9e1d2.zip |
- Add stage support
Diffstat (limited to 'games')
-rw-r--r-- | games/bomberinstinct/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/bomberinstinct/Makefile b/games/bomberinstinct/Makefile index 442941967faa..7315e5e5fbd7 100644 --- a/games/bomberinstinct/Makefile +++ b/games/bomberinstinct/Makefile @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl -pthread -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|<SDL/|<|g' |