diff options
author | asami <asami@FreeBSD.org> | 1999-10-17 21:45:05 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-10-17 21:45:05 +0800 |
commit | 73201d4c72683f628fc944da0f54c7b271504b64 (patch) | |
tree | b5d4d3bb825da5b45636c51789d78060aba24b71 /ftp/gtm | |
parent | 250b1906c0be9087c7a33774a83864a13a351eaa (diff) | |
download | freebsd-ports-gnome-73201d4c72683f628fc944da0f54c7b271504b64.tar.gz freebsd-ports-gnome-73201d4c72683f628fc944da0f54c7b271504b64.tar.zst freebsd-ports-gnome-73201d4c72683f628fc944da0f54c7b271504b64.zip |
Bump gnome libraries' version numbers.
Should have been done by: nakai
Diffstat (limited to 'ftp/gtm')
-rw-r--r-- | ftp/gtm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/gtm/Makefile b/ftp/gtm/Makefile index 2527f9c9f526..aa2f213244cf 100644 --- a/ftp/gtm/Makefile +++ b/ftp/gtm/Makefile @@ -14,7 +14,7 @@ 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.3:${PORTSDIR}/x11/gnomelibs \ capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget |