diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-26 23:17:31 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-26 23:17:31 +0000 |
commit | 4387b77265263c4be3498d72f5eece693e3d5a0f (patch) | |
tree | dc4b29f4590d7b8bcc6b2f397ab5993495b32483 /games/openglad | |
parent | - Fix package build on sparc64 (diff) |
- Utilize NOT_FOR_ARCHS
Notes
Notes:
svn path=/head/; revision=102241
Diffstat (limited to 'games/openglad')
-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 |