diff options
Diffstat (limited to 'astro/glunarclock/Makefile')
-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> |