diff options
Diffstat (limited to 'net-im/libnice')
-rw-r--r-- | net-im/libnice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index 037166be2b5e..91d3b4c5f782 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -34,6 +34,8 @@ post-patch: ${WRKSRC}/common.mk post-configure: - @${TOUCH} -f ${WRKSRC}/config.h + @${TOUCH} -f ${WRKSRC}/config.h ${WRKSRC}/aclocal.m4 \ + ${WRKSRC}/configure ${WRKSRC}/Makefile.in \ + ${WRKSRC}/Makefile .include <bsd.port.mk> |