summaryrefslogtreecommitdiffstats
path: root/net/ekiga
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-31 04:34:01 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-31 04:34:01 +0800
commit4330cce30b486b0949755a778ea22662cecfea2e (patch)
treeacd6eb706c3c89bb0f6f84f000645306f9c16b63 /net/ekiga
parentfc7b2b5c22520ec73febf82e8f691236343bbf8f (diff)
downloadmarcuscom-ports-4330cce30b486b0949755a778ea22662cecfea2e.tar
marcuscom-ports-4330cce30b486b0949755a778ea22662cecfea2e.tar.gz
marcuscom-ports-4330cce30b486b0949755a778ea22662cecfea2e.tar.bz2
marcuscom-ports-4330cce30b486b0949755a778ea22662cecfea2e.tar.lz
marcuscom-ports-4330cce30b486b0949755a778ea22662cecfea2e.tar.xz
marcuscom-ports-4330cce30b486b0949755a778ea22662cecfea2e.tar.zst
marcuscom-ports-4330cce30b486b0949755a778ea22662cecfea2e.zip
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9282 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/ekiga')
-rw-r--r--net/ekiga/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile
index 3a23576a8..0f9975eb5 100644
--- a/net/ekiga/Makefile
+++ b/net/ekiga/Makefile
@@ -40,10 +40,10 @@ MAN1= ekiga.1
pre-configure:
${REINPLACE_CMD} -e "s,PWLIB_REC_VERSION=.*,PWLIB_REC_VERSION=`ptlib-config \
--version`," \
- -e "s,OPAL_REC_VERSION=.*,OPAL_REC_VERSION=`${AWK} \
- '/define OPAL_VERSION/ \
- {printf $$NF}' ${LOCALBASE}/include/opal/opal/buildopts.h`," \
- ${WRKSRC}/configure
+ -e "s,OPAL_REC_VERSION=.*,OPAL_REC_VERSION=`${AWK} \
+ '/define OPAL_VERSION/ \
+ {printf $$NF}' ${LOCALBASE}/include/opal/opal/buildopts.h`," \
+ ${WRKSRC}/configure
.include <bsd.port.pre.mk>