diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-08-13 10:45:42 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-08-13 10:45:42 +0000 |
commit | 3492ee1585979442373e52c771f08626780d1205 (patch) | |
tree | 07e33f98867914eeedaefff1be7a4dc56cc4e7fa /games/atomix/Makefile | |
parent | 848f8d247836dc2b890741ef9f3ab1d3c77f4b77 (diff) |
Notes
Diffstat (limited to 'games/atomix/Makefile')
-rw-r--r-- | games/atomix/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile index d7e463a9bc63..56c5172cab93 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -16,15 +16,13 @@ COMMENT= A yet another little mind game USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack libgnome libgnomeui libgnomecanvas libxml2 +USE_GNOME= gnomeprefix gnomehack intlhack libgnome libgnomeui libgnomecanvas libxml2 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" USE_REINPLACE= yes post-patch: - @${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \ - s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";|' + @${REINPLACE_CMD} -e 's/games\.games/games:games/' ${WRKSRC}/Makefile.in .include <bsd.port.mk> |