diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2000-06-15 19:25:49 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2000-06-15 19:25:49 +0000 |
commit | 9b1cebe951a1a5a355ce47ba4fdfa5aad586a9a8 (patch) | |
tree | a9de863be1333005f668afedf58eaf41c0254f57 /ftp/gtm | |
parent | Update 2.1.15 -> 2.1.16 (diff) |
Fix depends.
Reported by: bento.freebsd.org
Diffstat (limited to 'ftp/gtm')
-rw-r--r-- | ftp/gtm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/gtm/Makefile b/ftp/gtm/Makefile index 8341110fa23b..fbe5c8637e4b 100644 --- a/ftp/gtm/Makefile +++ b/ftp/gtm/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.rnl.ist.utl.pt/~bapm/gtm/files/ \ MAINTAINER= nectar@FreeBSD.org -LIB_DEPENDS= capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter +LIB_DEPENDS= capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ + panel_applet.4:${PORTSDIR}/x11/gnomecore BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget |