diff options
Diffstat (limited to 'x11/sbxkb')
-rw-r--r-- | x11/sbxkb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/sbxkb/Makefile b/x11/sbxkb/Makefile index f2b79742c86d..a0e1f63d4e6b 100644 --- a/x11/sbxkb/Makefile +++ b/x11/sbxkb/Makefile @@ -6,17 +6,17 @@ PORTVERSION= 0.7.6 CATEGORIES= x11 MASTER_SITES= SF/staybox -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= XKB keyboard layout indicator and switcher LICENSE= GPLv3 -USE_GNOME= gtk20 - GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules +USE_GNOME= gtk20 post-patch: +# Remove debug flag (-g) from CFLAGS @${REINPLACE_CMD} -e 's,-g$$,,' ${WRKSRC}/Makefile.in .include <bsd.port.mk> |