diff options
-rw-r--r-- | games/openglad/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/openglad/Makefile b/games/openglad/Makefile index 0ebb62add519..5289009fd5d2 100644 --- a/games/openglad/Makefile +++ b/games/openglad/Makefile @@ -24,6 +24,8 @@ USE_SDL= sdl mixer CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" PLIST_SUB= DOCDIR=share/doc/${PORTNAME} +NOT_FOR_ARCHS= sparc64 + post-configure: ${REINPLACE_CMD} -e 's|/path/to/data/dir|${LOCALBASE}/share/openglad|g' \ ${WRKSRC}/openglad.cfg |