diff options
author | jmmv <jmmv@pkgsrc.org> | 2008-04-29 10:55:02 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2008-04-29 10:55:02 +0000 |
commit | db5d2e5670041bdbc687dd13176b5a54b2c880ac (patch) | |
tree | f971846483588b4a04e6236d7996f7c96584a3e8 /chat/libpurple/PLIST | |
parent | a93beabb853915bf66cb8291825d2bb3aa08d4fe (diff) | |
download | pkgsrc-db5d2e5670041bdbc687dd13176b5a54b2c880ac.tar.gz |
Fix installation with the dbus option
Add the dbus-types.h file to the PLIST, which is installed when the dbus
option is enabled. Bump PKGREVISION to 1.
Diffstat (limited to 'chat/libpurple/PLIST')
-rw-r--r-- | chat/libpurple/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/libpurple/PLIST b/chat/libpurple/PLIST index 88caf5fcb05..74217225226 100644 --- a/chat/libpurple/PLIST +++ b/chat/libpurple/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2008/04/12 22:42:58 jlam Exp $ +@comment $NetBSD: PLIST,v 1.11 2008/04/29 10:55:02 jmmv Exp $ include/libpurple/account.h include/libpurple/accountopt.h include/libpurple/blist.h @@ -170,6 +170,7 @@ ${PLIST.dbus}include/libpurple/dbus-bindings.h ${PLIST.dbus}include/libpurple/dbus-define-api.h ${PLIST.dbus}include/libpurple/dbus-purple.h ${PLIST.dbus}include/libpurple/dbus-server.h +${PLIST.dbus}include/libpurple/dbus-types.h ${PLIST.dbus}include/libpurple/dbus-useful.h ${PLIST.dbus}lib/libpurple-client.la ${PLIST.dbus}lib/purple-2/dbus-example.la |