diff options
author | mezz <mezz@FreeBSD.org> | 2005-03-22 14:20:43 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-03-22 14:20:43 +0800 |
commit | b9427e389b9754c35479bb36f10ba091d0291cf9 (patch) | |
tree | 86822cde7b66e9046e72168f7c91f56814372627 /astro/glunarclock | |
parent | b4bbca3ceb500f6eed68eb605f997608a2424d97 (diff) | |
download | freebsd-ports-gnome-b9427e389b9754c35479bb36f10ba091d0291cf9.tar.gz freebsd-ports-gnome-b9427e389b9754c35479bb36f10ba091d0291cf9.tar.zst freebsd-ports-gnome-b9427e389b9754c35479bb36f10ba091d0291cf9.zip |
Fix the build.
Reported by: pointyhat via kris
Approved by: portmgr (krion)
Diffstat (limited to 'astro/glunarclock')
-rw-r--r-- | astro/glunarclock/Makefile | 2 |
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> |