summaryrefslogtreecommitdiff
path: root/astro/glunarclock/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-17 06:06:35 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-17 06:06:35 +0000
commit28246fe56248b845d47be19a5502cdd06e5f5912 (patch)
tree8e5e4488f82f91b35eca9fae5ffbc4615657e092 /astro/glunarclock/Makefile
parentRemove USE_GNOME. (diff)
Use USE_GNOMENG.
Requested by: Mike Harding <mvh@ix.netcom.com>
Notes
Notes: svn path=/head/; revision=64598
Diffstat (limited to 'astro/glunarclock/Makefile')
-rw-r--r--astro/glunarclock/Makefile8
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>