diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-05-17 21:03:11 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-05-17 21:03:11 +0000 |
commit | 8b8a2ff5e694aac27d1e35573ef5b644d00d118a (patch) | |
tree | c77a44d092c78d950f67b779af9f9cbf931b2a0c /net/freeswitch-core | |
parent | 8b6dda863f053686c83c3cdfa01c5bb31ed88dca (diff) | |
download | ports-8b8a2ff5e694aac27d1e35573ef5b644d00d118a.tar.gz ports-8b8a2ff5e694aac27d1e35573ef5b644d00d118a.zip |
Notes
Diffstat (limited to 'net/freeswitch-core')
-rw-r--r-- | net/freeswitch-core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/freeswitch-core/Makefile b/net/freeswitch-core/Makefile index 4a7d80378511..fc1fc338a809 100644 --- a/net/freeswitch-core/Makefile +++ b/net/freeswitch-core/Makefile @@ -40,6 +40,8 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ tiff:${PORTSDIR}/graphics/tiff \ odbc:${PORTSDIR}/databases/unixODBC +CONFLICTS= freeswitch-core-devel-[0-9]* + WRKSRC= ${WRKDIR}/${BASE_PORTNAME}-${PORTVERSION} USE_AUTOTOOLS= autoconf:env automake:env libtool:env |