diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-03-10 10:50:37 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-03-10 10:50:37 +0000 |
commit | 2cde4128a0d824d96f95ab990e8de09e6c054d50 (patch) | |
tree | 8dcd1bb892204452dc2ff978ee64710877e2c141 /x11-toolkits | |
parent | 9e864860247793e566e06726ef5d67af80591075 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-qt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-qt/Makefile b/x11-toolkits/p5-qt/Makefile index 0d627ddf6395..9f259aed54a3 100644 --- a/x11-toolkits/p5-qt/Makefile +++ b/x11-toolkits/p5-qt/Makefile @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes PLIST_FILES= bin/pqtapi bin/pqtsh bin/puic include/smoke.h \ - lib/libsmokeqt.so lib/libsmokeqt.so.3 + lib/libsmokeqt.a lib/libsmokeqt.so lib/libsmokeqt.so.3 MAN1= puic.1 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |