mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
Fix CONFLICTS for asterisk ports and remove long deleted entries references. Upstream announce: http://blogs.digium.com/2014/10/28/asterisk-13-0-0-now-available/
13 lines
305 B
Text
13 lines
305 B
Text
--- agi/Makefile.orig 2012-10-14 21:56:13 UTC
|
|
+++ agi/Makefile
|
|
@@ -16,7 +16,9 @@ ASTTOPDIR?=..
|
|
|
|
.PHONY: clean all uninstall
|
|
|
|
-AGIS=$(MENUSELECT_AGIS)
|
|
+AGIS_BIN=eagi-test eagi-sphinx-test
|
|
+AGIS_SCR=agi-test.agi jukebox.agi
|
|
+AGIS=$(AGIS_SCR) $(AGIS_BIN)
|
|
|
|
ifeq ($(OSARCH),SunOS)
|
|
LIBS+=-lsocket -lnsl
|