diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-26 19:27:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-26 19:27:34 +0000 |
commit | f473462661ba15bf5bc29ab4613d669411f61495 (patch) | |
tree | 59b3f2daf02a284151c58a81a8e68dd2974f3560 /x11-toolkits | |
parent | 67cde0f8e7510ac2a684a418b1ff46fd779532f9 (diff) | |
download | ports-f473462661ba15bf5bc29ab4613d669411f61495.tar.gz ports-f473462661ba15bf5bc29ab4613d669411f61495.zip |
Chase the libgnomeuimm shared lib version.
Noticed by: Koop Mast <einekoai@chello.nl>
Notes
Notes:
svn path=/head/; revision=89471
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnomemm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gnomemm/Makefile b/x11-toolkits/gnomemm/Makefile index ed527b871553..928950a245fe 100644 --- a/x11-toolkits/gnomemm/Makefile +++ b/x11-toolkits/gnomemm/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomemm PORTVERSION= 1.3.17 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= # empty DISTFILES= # empty @@ -23,7 +24,7 @@ LIB_DEPENDS= gconfmm-2.0:${PORTSDIR}/devel/gconfmm \ glademm-2.0:${PORTSDIR}/devel/libglademm \ gnomecanvasmm-2.0:${PORTSDIR}/graphics/libgnomecanvasmm \ gnomemm-1.3:${PORTSDIR}/x11/libgnomemm \ - gnomeuimm-1.3:${PORTSDIR}/x11-toolkits/libgnomeuimm + gnomeuimm-2.0:${PORTSDIR}/x11-toolkits/libgnomeuimm NO_BUILD= yes LATEST_LINK= gnomemm2 |