diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/oregano/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index 8fca404b1ee1..5ce47bc9973c 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -32,5 +32,7 @@ INSTALLS_OMF= yes post-patch: @${REINPLACE_CMD} -e 's|src/main\.c|${PORTNAME}|g' ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-DGNOME_DISABLE_DEPRECATED=1||g' .include <bsd.port.post.mk> |