diff options
author | dmcmahill <dmcmahill> | 2011-05-18 02:23:22 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2011-05-18 02:23:22 +0000 |
commit | f9aef7e67c186901b405a54d53673c19b7f2ac24 (patch) | |
tree | 4a1fae81f09361a9bec07410df36cda2066b2ebb /comms/Makefile | |
parent | 8f092aa81ff9a403cb96d62cbfdc5ebfa3dd9caf (diff) | |
download | pkgsrc-f9aef7e67c186901b405a54d53673c19b7f2ac24.tar.gz |
add and enable several perl modules needed to support databases/koha. PR pkg/43929
Diffstat (limited to 'comms/Makefile')
-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 |