diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/atomix/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile index 72176a1..fcd6cc1 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -13,17 +13,15 @@ MASTER_SITES= http://www.informatik.uni-oldenburg.de/~pearl/download/ MAINTAINER= gnome@FreeBSD.org USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -pre-patch: +post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \ - 's|[(]datadir[)]/gnome/|(datadir)/|g ; \ - s|[(]datadir[)]/locale|(prefix)/share/locale|g' .include <bsd.port.mk> |