diff options
author | jmmv <jmmv> | 2008-04-29 10:55:02 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2008-04-29 10:55:02 +0000 |
commit | ad8f0bfbc79edd8a489149ed59316ff151792177 (patch) | |
tree | f971846483588b4a04e6236d7996f7c96584a3e8 /chat/libpurple | |
parent | cad24c84b8e547c568ecf816382cdf539616d9b4 (diff) | |
download | pkgsrc-ad8f0bfbc79edd8a489149ed59316ff151792177.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')
-rw-r--r-- | chat/libpurple/Makefile | 3 | ||||
-rw-r--r-- | chat/libpurple/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chat/libpurple/Makefile b/chat/libpurple/Makefile index 93544229c14..4ca042d1f2a 100644 --- a/chat/libpurple/Makefile +++ b/chat/libpurple/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2008/04/05 02:14:40 tnn Exp $ +# $NetBSD: Makefile,v 1.12 2008/04/29 10:55:02 jmmv Exp $ # PKGNAME= libpurple-${PIDGIN_VERSION} +PKGREVISION= 1 COMMENT= Multi-protocol Instant Messaging client backend PKG_DESTDIR_SUPPORT= user-destdir 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 |