diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-19 10:58:05 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-19 10:58:05 +0000 |
commit | a8fc60c11f32cdf15f06437f32eb803d422250a4 (patch) | |
tree | 56bfde4e69e4e228590d206c65d3299db4277338 /games/gnomebreakout/Makefile | |
parent | 7dc0f5daedafaffc7593c01566bd067625c1de25 (diff) | |
download | ports-a8fc60c11f32cdf15f06437f32eb803d422250a4.tar.gz ports-a8fc60c11f32cdf15f06437f32eb803d422250a4.zip |
Notes
Diffstat (limited to 'games/gnomebreakout/Makefile')
-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 |