diff options
author | tobik <tobik@FreeBSD.org> | 2018-08-19 18:58:05 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-08-19 18:58:05 +0800 |
commit | fb737cdaa6e5985b6765f18ae1c88d6aad2c383a (patch) | |
tree | 56bfde4e69e4e228590d206c65d3299db4277338 /games | |
parent | a495edc317463f55e2e82b3b2593d7b880b66cde (diff) | |
download | freebsd-ports-gnome-fb737cdaa6e5985b6765f18ae1c88d6aad2c383a.tar.gz freebsd-ports-gnome-fb737cdaa6e5985b6765f18ae1c88d6aad2c383a.tar.zst freebsd-ports-gnome-fb737cdaa6e5985b6765f18ae1c88d6aad2c383a.zip |
games/gnomebreakout builds and runs fine when compiled with Clang
Diffstat (limited to 'games')
-rw-r--r-- | games/gnomebreakout/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gnomebreakout/Makefile b/games/gnomebreakout/Makefile index c9e92461b080..8a1d4b5261e5 100644 --- a/games/gnomebreakout/Makefile +++ b/games/gnomebreakout/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnomebreakout PORTVERSION= 0.5.3 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= games gnome MASTER_SITES= SF/${PORTNAME:S/eb/e-b/}/${PORTNAME:S/eb/e-b/}/${PORTVERSION}/ \ http://www.users.on.net/~mipearson/ @@ -19,7 +19,6 @@ USES= gettext-tools pathfix pkgconfig USE_GNOME= gnomeprefix libgnomeui USE_XORG= x11 GNU_CONFIGURE= yes -USE_GCC= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 -lm |