aboutsummaryrefslogtreecommitdiff
path: root/astro/glunarclock
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-03-22 06:20:43 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-03-22 06:20:43 +0000
commit97e0bf957355ba53c2af644f74fb1c0d139bbf63 (patch)
tree7dd2dfd08aba64fd18649ee8b49a0e7abd24af7c /astro/glunarclock
parentd1517c43cac77d00f1f2a585f11583d82e2d958c (diff)
downloadports-97e0bf957355ba53c2af644f74fb1c0d139bbf63.tar.gz
ports-97e0bf957355ba53c2af644f74fb1c0d139bbf63.zip
Fix the build.
Reported by: pointyhat via kris Approved by: portmgr (krion)
Notes
Notes: svn path=/head/; revision=131870
Diffstat (limited to 'astro/glunarclock')
-rw-r--r--astro/glunarclock/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile
index 33f4934c405b..840487c64237 100644
--- a/astro/glunarclock/Makefile
+++ b/astro/glunarclock/Makefile
@@ -33,5 +33,7 @@ GCONF_SCHEMAS= glunarclock.schemas
post-patch:
@${REINPLACE_CMD} -e \
's|$${prefix}/share|$${datadir}|g' ${WRKSRC}/configure
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-DGNOME_DISABLE_DEPRECATED||g'
.include <bsd.port.mk>