diff options
author | trevor <trevor@FreeBSD.org> | 2001-01-09 09:03:04 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-01-09 09:03:04 +0800 |
commit | 3fd7ef70a22bd2a765add454838a1cf3c78b2751 (patch) | |
tree | 2f37c81899b0649871031bc8e819f95a2f25fe0f /graphics | |
parent | 8747878a1023e6a6766a5f0254b25755c26fb11e (diff) | |
download | freebsd-ports-gnome-3fd7ef70a22bd2a765add454838a1cf3c78b2751.tar.gz freebsd-ports-gnome-3fd7ef70a22bd2a765add454838a1cf3c78b2751.tar.zst freebsd-ports-gnome-3fd7ef70a22bd2a765add454838a1cf3c78b2751.zip |
Fix fennerism. Add MAINTAINER.
http://www.digidezign.com/~imanager/imanager-2.0.final.imlib.tar.gz:
404 Not Found (Last OK result Mon Aug 28 15:27:03 2000 )
PR: 24156
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imanager/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/imanager/Makefile b/graphics/imanager/Makefile index c5a38d07195c..e1a456dd5edf 100644 --- a/graphics/imanager/Makefile +++ b/graphics/imanager/Makefile @@ -8,9 +8,11 @@ PORTNAME= imanager PORTVERSION= 2.0 CATEGORIES= graphics -MASTER_SITES= http://www.digidezign.com/~imanager/ +MASTER_SITES= http://www.linuxberg.com/files/kde/graphics/ DISTNAME= imanager-${PORTVERSION}.final.imlib +MAINTAINER= ports@freebsd.org + LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib \ kdecore.3:${PORTSDIR}/x11/kdelibs11 |