diff options
author | leeym <leeym@FreeBSD.org> | 2005-03-10 18:50:37 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-03-10 18:50:37 +0800 |
commit | aa0cf1fdaa6343dc2f25ea08a12d7a105a06c2ca (patch) | |
tree | a62d2cbbe1c646c8e654e5c7ff0104d4a0769fee /x11-toolkits/p5-qt | |
parent | 10d0964c6525f92b1442f0d4646918e661d47afc (diff) | |
download | freebsd-ports-gnome-aa0cf1fdaa6343dc2f25ea08a12d7a105a06c2ca.tar.gz freebsd-ports-gnome-aa0cf1fdaa6343dc2f25ea08a12d7a105a06c2ca.tar.zst freebsd-ports-gnome-aa0cf1fdaa6343dc2f25ea08a12d7a105a06c2ca.zip |
- add missing entry (lib/libsmokeqt.a) in PLIST_FILES
Diffstat (limited to 'x11-toolkits/p5-qt')
-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} |