diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-16 10:56:36 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-16 10:56:36 +0800 |
commit | 780081d081f30e9a6238d1bacbd15b89a10312bf (patch) | |
tree | f7d70ae51c1d997653f3bcfece1799a8627a2a12 /games/gnono/Makefile | |
parent | ffe92b834d6755d9441615215d9a633e9a5df0b5 (diff) | |
download | freebsd-ports-gnome-780081d081f30e9a6238d1bacbd15b89a10312bf.tar.gz freebsd-ports-gnome-780081d081f30e9a6238d1bacbd15b89a10312bf.tar.zst freebsd-ports-gnome-780081d081f30e9a6238d1bacbd15b89a10312bf.zip |
- Add stage support
Diffstat (limited to 'games/gnono/Makefile')
-rw-r--r-- | games/gnono/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/gnono/Makefile b/games/gnono/Makefile index 164f85029a23..6df5a7034c94 100644 --- a/games/gnono/Makefile +++ b/games/gnono/Makefile @@ -17,9 +17,7 @@ INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN6= ${PORTNAME}.6 -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \ 's|-DG.*_DISABLE_DEPRECATED||g' -e 's|-Werror||g' |