diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-17 06:06:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-17 06:06:35 +0000 |
commit | 28246fe56248b845d47be19a5502cdd06e5f5912 (patch) | |
tree | 8e5e4488f82f91b35eca9fae5ffbc4615657e092 /astro | |
parent | Remove USE_GNOME. (diff) |
Use USE_GNOMENG.
Requested by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/glunarclock/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile index 41c4f1f2315e..98ead944408c 100644 --- a/astro/glunarclock/Makefile +++ b/astro/glunarclock/Makefile @@ -17,7 +17,8 @@ MAINTAINER= sobomax@FreeBSD.org USE_X_PREFIX= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs gdk-pixbuf libpanel CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -26,11 +27,8 @@ MAN1= glunarclock.1 pre-configure: @${RM} -f ${WRKSRC}/config.cache -pre-patch: +post-patch: @${PERL} -pi -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> |