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/Makefile | |
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/Makefile')
-rw-r--r-- | chat/libpurple/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |