diff options
Diffstat (limited to 'net-im/pidgin-birthday-reminder/Makefile')
-rw-r--r-- | net-im/pidgin-birthday-reminder/Makefile | 10 |
1 files changed, 5 insertions, 5 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> |