diff options
author | nectar <nectar@FreeBSD.org> | 2000-06-16 03:25:49 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-06-16 03:25:49 +0800 |
commit | 3b1559f605260d0053e9077d4cefe4c475634447 (patch) | |
tree | b1830647ff19f6c3b575579ba1701f181c2e0129 | |
parent | 9ee1405c0f35b4b725457c69950471e66961170f (diff) | |
download | freebsd-ports-gnome-3b1559f605260d0053e9077d4cefe4c475634447.tar.gz freebsd-ports-gnome-3b1559f605260d0053e9077d4cefe4c475634447.tar.zst freebsd-ports-gnome-3b1559f605260d0053e9077d4cefe4c475634447.zip |
Fix depends.
Reported by: bento.freebsd.org
-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 |