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-osd | |
parent | 6462719ce3f9f3a042e8bf6ca531e9b2e8211d5c (diff) |
Notes
Diffstat (limited to 'net-im/pidgin-osd')
-rw-r--r-- | net-im/pidgin-osd/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/net-im/pidgin-osd/Makefile b/net-im/pidgin-osd/Makefile index 2b136dac148d..d3b0ddad6caa 100644 --- a/net-im/pidgin-osd/Makefile +++ b/net-im/pidgin-osd/Makefile @@ -3,28 +3,22 @@ PORTNAME= pidgin-osd PORTVERSION= 0.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= https://babelize.org/download/pidgin-osd/ MAINTAINER= anikinsl@gmail.com -COMMENT= A pidgin plugin for displaying new messages on screen +COMMENT= Pidgin plugin for displaying new messages on screen BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ xosd>=2.2.12:${PORTSDIR}/misc/xosd RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ xosd>=2.2.12:${PORTSDIR}/misc/xosd -USES= gmake pkgconfig +USES= gmake libtool pkgconfig tar:bzip2 USE_GNOME= glib20 -USE_BZIP2= yes GNU_CONFIGURE= yes -PLIST_FILES= lib/pidgin/pidgin-osd.so \ - lib/pidgin/pidgin-osd.la -NO_STAGE= yes -pre-configure: - # Module really needs xosd version 2.2.12 or greater. - ${REINPLACE_CMD} -e 's,2\.2\.14,2.2.12,g' ${WRKSRC}/configure +PLIST_FILES= lib/pidgin/pidgin-osd.so .include <bsd.port.mk> |