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 | c4d4a477a7589fee8ca73c3a4a2665b487604392 (patch) | |
tree | 4a1fae81f09361a9bec07410df36cda2066b2ebb /comms | |
parent | 108ca47ab2d9ed743a1183107faa210334ba9f7d (diff) | |
download | pkgsrc-c4d4a477a7589fee8ca73c3a4a2665b487604392.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 |