diff options
author | nectar <nectar@FreeBSD.org> | 1999-09-09 18:36:35 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-09-09 18:36:35 +0000 |
commit | 754f784cd60de851cea44d20a99e9685faa8b236 (patch) | |
tree | 2c9e350e98c176ee45e85041551c5a0e0183b9bc /ftp | |
parent | 2e4742edc4f34dac00451ed64ab961b159f85437 (diff) | |
download | FreeBSD-ports-754f784cd60de851cea44d20a99e9685faa8b236.zip FreeBSD-ports-754f784cd60de851cea44d20a99e9685faa8b236.tar.gz |
gtm depends upon libcapplet, found in gnomecontrolcenter
Diffstat (limited to 'ftp')
-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 9c3e792..2527f9c 100644 --- a/ftp/gtm/Makefile +++ b/ftp/gtm/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= http://www.rnl.ist.utl.pt/~bapm/gtm/files/ \ MAINTAINER= nectar@FreeBSD.org # wget is in BUILD_DEPENDS because the configure script checks for it -LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \ + capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget |