Bug 66237 - [NEW PORT] net/gaim-guifications: Plugin to add msn style "toaster" popups to gaim
Summary: [NEW PORT] net/gaim-guifications: Plugin to add msn style "toaster" popups to...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-04 06:20 UTC by ports@c0decafe.net
Modified: 2004-05-05 18:32 UTC (History)
0 users

See Also:


Attachments
gaim-guifications-1.7.shar (3.88 KB, text/plain)
2004-05-04 06:20 UTC, ports@c0decafe.net
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ports@c0decafe.net 2004-05-04 06:20:14 UTC
Guifications is a Gaim plugin that displays msn style "toaster" popups in a user
defined corner of the screen. It's highly configurable, and easy to use.

WWW:	http://guifications.sourceforge.net/Guifications/

Generated with FreeBSD Port Tools 0.50
Comment 1 ports@c0decafe.net 2004-05-04 19:52:19 UTC
related to ports/66236
this patch needs applying to the original pr

--- Makefile.orig	Tue May  4 12:35:46 2004
+++ Makefile	Tue May  4 12:35:59 2004
@@ -16,7 +16,8 @@
 COMMENT=	Plugin to add msn style "toaster" popups to gaim
 
 DEPENDS=	${PORTSDIR}/net/gaim:configure
-RUN_DEPENDS=	gaim:${PORTSDIR}/net/gaim
+BUILD_DEPENDS= gaim:${PORTSDIR}/net/gaim
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-05-05 18:32:21 UTC
State Changed
From-To: open->closed

Committed with modifications.  Thanks!