diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-11-22 14:28:20 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-11-22 14:28:20 +0000 |
commit | ffdb01c7a54b2b652a438ac0ddc6cd6b09eb7987 (patch) | |
tree | 3080665b974b45e5cff283633ee84ae267e495f8 /net/asterisk14 | |
parent | 937a8937acf595a2b389d07d12bc01bb63a7ded9 (diff) | |
download | ports-ffdb01c7a54b2b652a438ac0ddc6cd6b09eb7987.tar.gz ports-ffdb01c7a54b2b652a438ac0ddc6cd6b09eb7987.zip |
Notes
Diffstat (limited to 'net/asterisk14')
-rw-r--r-- | net/asterisk14/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index bec830c86655..2d1ced08fcf5 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -11,6 +11,7 @@ PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ +PKGNAMESUFFIX= 14 MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit @@ -40,7 +41,7 @@ MAKE_ENV= MKDIR="${MKDIR}" \ ASTCFLAGS="${PTHREAD_CFLAGS} ${CFLAGS}" \ ASTLDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 -CONFLICTS= asterisk*-1.2* asterisk*-1.6* +CONFLICTS= asterisk*-1.2* asterisk*-1.6* asterisk*-1.8* OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \ ODBC "Enable ODBC support" on \ |