diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-17 16:57:14 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-17 16:57:14 +0000 |
commit | 5795addbba9b9a79c66ce201661b96c571e7ef40 (patch) | |
tree | eae79d4f3cebba3d0e91ecad3c25f200503106b5 /net-im/pidgin-birthday-reminder | |
parent | 6462719ce3f9f3a042e8bf6ca531e9b2e8211d5c (diff) |
Notes
Diffstat (limited to 'net-im/pidgin-birthday-reminder')
-rw-r--r-- | net-im/pidgin-birthday-reminder/Makefile | 10 | ||||
-rw-r--r-- | net-im/pidgin-birthday-reminder/pkg-plist | 8 |
2 files changed, 7 insertions, 11 deletions
diff --git a/net-im/pidgin-birthday-reminder/Makefile b/net-im/pidgin-birthday-reminder/Makefile index 6bf5ae68ceba..9794a1959c9a 100644 --- a/net-im/pidgin-birthday-reminder/Makefile +++ b/net-im/pidgin-birthday-reminder/Makefile @@ -3,23 +3,23 @@ PORTNAME= pidgin-birthday-reminder PORTVERSION= 1.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= http://launchpadlibrarian.net/56075754/ MAINTAINER= ports@FreeBSD.org -COMMENT= The birthday reminder for Pidgin +COMMENT= Birthday reminder for Pidgin -LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes -USES= gettext gmake pkgconfig +USES= gettext gmake libtool pkgconfig USE_GNOME= intltool +CONFIGURE_ARGS= --disable-static CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-im/pidgin-birthday-reminder/pkg-plist b/net-im/pidgin-birthday-reminder/pkg-plist index 114467ebe479..c89f89f19b5c 100644 --- a/net-im/pidgin-birthday-reminder/pkg-plist +++ b/net-im/pidgin-birthday-reminder/pkg-plist @@ -1,6 +1,4 @@ lib/pidgin/birthday_reminder.so -lib/pidgin/birthday_reminder.la -lib/pidgin/birthday_reminder.a share/locale/cs/LC_MESSAGES/pidgin-birthday-reminder.mo share/locale/de/LC_MESSAGES/pidgin-birthday-reminder.mo share/locale/es/LC_MESSAGES/pidgin-birthday-reminder.mo @@ -25,8 +23,6 @@ share/pixmaps/pidgin/birthday_reminder/birthday7.png share/pixmaps/pidgin/birthday_reminder/birthday8.png share/pixmaps/pidgin/birthday_reminder/birthday9.png share/sounds/pidgin/birthday_reminder/birthday.wav -@dirrmtry share/sounds/pidgin/birthday_reminder +@dirrm share/sounds/pidgin/birthday_reminder @dirrmtry share/sounds/pidgin -@dirrmtry share/pixmaps/pidgin/birthday_reminder -@dirrmtry share/pixmaps/pidgin -@dirrmtry lib/pidgin +@dirrm share/pixmaps/pidgin/birthday_reminder |