diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-02 19:13:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-02 19:13:39 +0000 |
commit | bf9ac17fa079891083b2db8b8ce505ff3f4d9e0b (patch) | |
tree | 6aa91f50d67ae2c9e5de8f1fd035482b7ea980c3 /math/gmp/pkg-plist | |
parent | Update to 0.2.9. (diff) |
enable c++ support
bump portrevision
Notes
Notes:
svn path=/head/; revision=60482
Diffstat (limited to 'math/gmp/pkg-plist')
-rw-r--r-- | math/gmp/pkg-plist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/gmp/pkg-plist b/math/gmp/pkg-plist index 324a0e0fb553..312d5bb56f35 100644 --- a/math/gmp/pkg-plist +++ b/math/gmp/pkg-plist @@ -1,8 +1,13 @@ include/gmp.h +include/gmpxx.h lib/libgmp.a lib/libgmp.la lib/libgmp.so lib/libgmp.so.5 +lib/libgmpxx.a +lib/libgmpxx.la +lib/libgmpxx.so +lib/libgmpxx.so.3 @unexec install-info --delete %D/info/gmp %D/info/dir info/gmp.info info/gmp.info-1 |