diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:33:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:33:51 +0000 |
commit | 57674cefccc91a0da609b8467f6010c74b9309e0 (patch) | |
tree | 56338d288b56e31ed3f0d596d56fa1d110dbc59e /deskutils/glabels | |
parent | 15971d88937e9d9cb5a4254ce268c1d97955a409 (diff) | |
download | ports-57674cefccc91a0da609b8467f6010c74b9309e0.tar.gz ports-57674cefccc91a0da609b8467f6010c74b9309e0.zip |
Chase libgnomeui's shared lib version.
Notes
Notes:
svn path=/head/; revision=75046
Diffstat (limited to 'deskutils/glabels')
-rw-r--r-- | deskutils/glabels/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index 3d4a785ed189..68cdf55449c6 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -7,16 +7,18 @@ PORTNAME= glabels PORTVERSION= 1.90.0 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://snaught.com/glabels/source/ MAINTAINER= martin.klaffenboeck@gmx.at -LIB_DEPENDS= gnomeprint-2.0:${PORTSDIR}/print/libgnomeprint \ +LIB_DEPENDS= gnomeprint-2-2.0:${PORTSDIR}/print/libgnomeprint \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ - gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui + gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ + gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui +BROKEN= "Requires update to work with libgnomeprint-2-2" USE_GNOMENG= yes USE_GNOME= gnomehack gnomeprefix gnomelibs USE_X_PREFIX= yes |