diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-18 02:23:22 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-18 02:23:22 +0000 |
commit | f10b2122dabcf800d947de0db69bd65e8d5d3122 (patch) | |
tree | 4a1fae81f09361a9bec07410df36cda2066b2ebb /comms | |
parent | 00a4fb2102ef079ee35600d28901f5d51562e0c4 (diff) | |
download | pkgsrc-f10b2122dabcf800d947de0db69bd65e8d5d3122.tar.gz |
add and enable several perl modules needed to support databases/koha. PR pkg/43929
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/Makefile b/comms/Makefile index f1c65f1f262..69425b7f750 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2011/02/10 16:26:40 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2011/05/18 02:23:22 dmcmahill Exp $ # COMMENT= Communication utilities @@ -51,6 +51,7 @@ SUBDIR+= p5-Asterisk SUBDIR+= p5-Device-Gsm SUBDIR+= p5-Device-Modem SUBDIR+= p5-Device-SerialPort +SUBDIR+= p5-SMS-Send SUBDIR+= p5-pilot-link SUBDIR+= pilot-link SUBDIR+= pilot-link-libs |