diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-23 17:26:05 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-23 17:26:05 (EDT) |
commit | de11785a3668f86aa2e1bee501327712ad891487 (patch) | |
tree | f9689afb29f543f4a1fcfa3bed73c98658093fba | |
parent | 25fecc41584f806016b9c89203db6fa357478173 (diff) |
libpcrecpp.0: Add library dependencies.
-rw-r--r-- | libpcrecpp.0.pkg/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libpcrecpp.0.pkg/control b/libpcrecpp.0.pkg/control index d08fe9f..47c91d8 100644 --- a/libpcrecpp.0.pkg/control +++ b/libpcrecpp.0.pkg/control @@ -1,6 +1,8 @@ Architecture: any Platform: all -Depends: libpcre.1 (= ${Binary-Version}) +Depends: libpcre.1 (= ${Binary-Version}), + libstdc++.6, + libgcc.1, Description: Perl Compatible Regular Expressions - C++ library ${Common-Description} . |