diff options
-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 |