diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2011-01-01 16:32:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2011-01-01 16:32:00 +0000 |
commit | 570dd4013b00f7e5d70637cb793ac900c4d6efb0 (patch) | |
tree | 5b75eaddf02971da27982d56a134ed3dcd5244f1 /net-im/libnice | |
parent | 683634eb2b8114b90a9488d0addbf55d69a0cc2b (diff) | |
download | ports-570dd4013b00f7e5d70637cb793ac900c4d6efb0.tar.gz ports-570dd4013b00f7e5d70637cb793ac900c4d6efb0.zip |
Notes
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> |