diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-05 20:11:26 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-05 20:11:26 +0800 |
commit | 78e4d3c59923e037d69e978b2fc0f5c2ea8e7bc2 (patch) | |
tree | 36e285743f7d0e2ae097688b729bc708dc898783 /x11 | |
parent | d7595733310412d924279a0a5b16fa757a7f14ff (diff) | |
download | freebsd-ports-gnome-78e4d3c59923e037d69e978b2fc0f5c2ea8e7bc2.tar.gz freebsd-ports-gnome-78e4d3c59923e037d69e978b2fc0f5c2ea8e7bc2.tar.zst freebsd-ports-gnome-78e4d3c59923e037d69e978b2fc0f5c2ea8e7bc2.zip |
Stage support
Diffstat (limited to 'x11')
-rw-r--r-- | x11/sbxkb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/sbxkb/Makefile b/x11/sbxkb/Makefile index 49d688f32433..5952faf62d73 100644 --- a/x11/sbxkb/Makefile +++ b/x11/sbxkb/Makefile @@ -16,7 +16,6 @@ CONFIGURE_ARGS= --disable-silent-rules USE_GNOME= gtk20 USES= pkgconfig -NO_STAGE= yes post-patch: # Remove debug flag (-g) from CFLAGS @${REINPLACE_CMD} -e 's,-g$$,,' ${WRKSRC}/Makefile.in |