diff options
author | bland <bland@FreeBSD.org> | 2003-10-12 22:41:29 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-10-12 22:41:29 +0800 |
commit | 62f80da99ccb959540e069fa6fc01a778e824693 (patch) | |
tree | f2f910ab9c031e3ac4dd99997229cafc418fae8f | |
parent | 6c960dd4a47af94d2e457a11dae856614a2469dd (diff) | |
download | freebsd-ports-gnome-62f80da99ccb959540e069fa6fc01a778e824693.tar.gz freebsd-ports-gnome-62f80da99ccb959540e069fa6fc01a778e824693.tar.zst freebsd-ports-gnome-62f80da99ccb959540e069fa6fc01a778e824693.zip |
Chase libgnomemm shared library version.
-rw-r--r-- | x11-toolkits/gnomemm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/gnomemm/Makefile b/x11-toolkits/gnomemm/Makefile index 928950a245fe..aeed27e5b6ef 100644 --- a/x11-toolkits/gnomemm/Makefile +++ b/x11-toolkits/gnomemm/Makefile @@ -7,13 +7,12 @@ PORTNAME= gnomemm PORTVERSION= 1.3.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty - MAINTAINER= bland@FreeBSD.org COMMENT= The "meta-port" for the powerful C++ bindings to the GNOME2 libraries @@ -23,7 +22,7 @@ LIB_DEPENDS= gconfmm-2.0:${PORTSDIR}/devel/gconfmm \ bonobouimm_servers-1.3:${PORTSDIR}/x11-toolkits/libbonobouimm \ glademm-2.0:${PORTSDIR}/devel/libglademm \ gnomecanvasmm-2.0:${PORTSDIR}/graphics/libgnomecanvasmm \ - gnomemm-1.3:${PORTSDIR}/x11/libgnomemm \ + gnomemm-2.0:${PORTSDIR}/x11/libgnomemm \ gnomeuimm-2.0:${PORTSDIR}/x11-toolkits/libgnomeuimm NO_BUILD= yes |