aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin-birthday-reminder/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-05-17 16:57:14 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-05-17 16:57:14 +0000
commit5795addbba9b9a79c66ce201661b96c571e7ef40 (patch)
treeeae79d4f3cebba3d0e91ecad3c25f200503106b5 /net-im/pidgin-birthday-reminder/Makefile
parent6462719ce3f9f3a042e8bf6ca531e9b2e8211d5c (diff)
downloadports-5795addbba9b9a79c66ce201661b96c571e7ef40.tar.gz
ports-5795addbba9b9a79c66ce201661b96c571e7ef40.zip
Notes
Diffstat (limited to 'net-im/pidgin-birthday-reminder/Makefile')
-rw-r--r--net-im/pidgin-birthday-reminder/Makefile10
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>