diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-06-16 13:10:08 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-06-16 13:10:08 +0000 |
commit | 59c0ac01983ed953cef6bb36df303a99c0e0be1c (patch) | |
tree | cd6770177faed613f714b635906acdd97bf964bb | |
parent | - Avoid SITE_PERL in DEPENDS (diff) |
Define PKGBASE to stop sharing UNIQUENAME with net/freeswitch
Noticed by: rneese (maintainer)
Notes
Notes:
svn path=/head/; revision=299402
-rw-r--r-- | net/freeswitch-core-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/freeswitch-core-devel/Makefile b/net/freeswitch-core-devel/Makefile index 50ca78284293..d3751f8d2025 100644 --- a/net/freeswitch-core-devel/Makefile +++ b/net/freeswitch-core-devel/Makefile @@ -41,6 +41,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ odbc:${PORTSDIR}/databases/unixODBC CONFLICTS= freeswitch-core-[0-9]* +LATEST_LINK= ${PKGBASE} WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} |