diff options
author | gahr <gahr@FreeBSD.org> | 2013-06-05 23:06:44 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-06-05 23:06:44 +0800 |
commit | 74745f8b7151e84f6d3b849b15796f2cd22aff95 (patch) | |
tree | 7d6ec72af88cead84a893d59fdaa57b4a77a7b89 /x11-wm | |
parent | 50b1e1221ebd95cc7debaa17aa5bfa96d15787e0 (diff) | |
download | freebsd-ports-gnome-74745f8b7151e84f6d3b849b15796f2cd22aff95.tar.gz freebsd-ports-gnome-74745f8b7151e84f6d3b849b15796f2cd22aff95.tar.zst freebsd-ports-gnome-74745f8b7151e84f6d3b849b15796f2cd22aff95.zip |
- Remove debug CFLAGS introduced by my last commit
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e16/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 09fee5741660..997d8c7e214d 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -21,7 +21,6 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ --disable-rpath --enable-mans SHELL=/bin/sh -CFLAGS+= -g -O0 .include <bsd.port.options.mk> |