diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-06-07 11:01:48 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-06-07 11:01:48 +0000 |
commit | 3e07c20db33e1567526c0f09eb5110e3594e6479 (patch) | |
tree | d24c522b8d70e105891a4f5c14e716c380f1e83f /sysutils | |
parent | 6b2d9df9123230dc18e4edd4d66f44c57049ba13 (diff) | |
download | ports-3e07c20db33e1567526c0f09eb5110e3594e6479.tar.gz ports-3e07c20db33e1567526c0f09eb5110e3594e6479.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/thefish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index 15617bf02ca2..077cc299065c 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.2.2.1 CATEGORIES= sysutils MASTER_SITES= http://energyhq.homeip.net/files/ -MAINTAINER= flynn@energyhq.homeip.net +MAINTAINER= ports@FreeBSD.org .if !defined(NO_GUI) && defined(WITH_GTK2) LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 |