diff options
Diffstat (limited to 'games/openglad/Makefile')
-rw-r--r-- | games/openglad/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/openglad/Makefile b/games/openglad/Makefile index d599b6828aa8..e809a969751f 100644 --- a/games/openglad/Makefile +++ b/games/openglad/Makefile @@ -9,8 +9,7 @@ PORTNAME= openglad PORTVERSION= 0.98 PORTREVISION= 5 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= snowstorm +MASTER_SITES= SF/snowstorm MAINTAINER= ports@FreeBSD.org COMMENT= SDL port of an old DOS game called Gladiator @@ -19,7 +18,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_SDL= sdl mixer -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" PLIST_SUB= DOCDIR=share/doc/${PORTNAME} NOT_FOR_ARCHS= sparc64 |