diff options
author | danilo <danilo@FreeBSD.org> | 2014-01-25 00:02:13 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-01-25 00:02:13 +0800 |
commit | 61b0eda7e16e17ad8d73a3959fbbfde967f8585a (patch) | |
tree | 219c0ca1041e2bf58ae609316f1587054a6bc363 /audio/smasher | |
parent | ebbcad2021397874940ac026dd13764921cf62b1 (diff) | |
download | freebsd-ports-gnome-61b0eda7e16e17ad8d73a3959fbbfde967f8585a.tar.gz freebsd-ports-gnome-61b0eda7e16e17ad8d73a3959fbbfde967f8585a.tar.zst freebsd-ports-gnome-61b0eda7e16e17ad8d73a3959fbbfde967f8585a.zip |
- Remove the comment from USE_GCC
Reported by: tijl
Diffstat (limited to 'audio/smasher')
-rw-r--r-- | audio/smasher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/smasher/Makefile b/audio/smasher/Makefile index 8cffaf82a278..e0ed4bc569c7 100644 --- a/audio/smasher/Makefile +++ b/audio/smasher/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ GNU_CONFIGURE= yes USES= desktop-file-utils gmake pkgconfig -#USE_GCC= yes +USE_GCC= yes USE_WX= yes WX_CONF_ARGS= absolute |