summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorminskim <minskim>2005-04-17 03:48:59 +0000
committerminskim <minskim>2005-04-17 03:48:59 +0000
commita3350df64ee6873ef88a1bab6aa9afbb3a2889cb (patch)
tree6f706f1f6b5018e336b65760878c9444955cf12e /comms
parente81ccdc0e83e8d07dc6c91dad0246dc9302ea097 (diff)
downloadpkgsrc-a3350df64ee6873ef88a1bab6aa9afbb3a2889cb.tar.gz
This package needs openssl to build; include its buildlink3 file.
Diffstat (limited to 'comms')
-rw-r--r--comms/asterisk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile
index 62211df1252..a69805293fe 100644
--- a/comms/asterisk/Makefile
+++ b/comms/asterisk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/13 19:22:17 riz Exp $
+# $NetBSD: Makefile,v 1.3 2005/04/17 03:48:59 minskim Exp $
#
DISTNAME= asterisk-1.0.7
@@ -86,5 +86,6 @@ SUPPORT_FILES+= ${ASTEXAMPLEDIR}/${_file_} ${ASTETCDIR}/${_file_}
PTHREAD_OPTS+= require native
.include "../../devel/ncurses/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"