diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-08 03:33:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-08 03:33:51 +0800 |
commit | 2a70228394eb3fd7abb3f5669c0795b6fa260d1e (patch) | |
tree | 206b229472b3799f25b0a335716b6c8298e6306d /deskutils | |
parent | d6554ef88b2491bc60e70add15ec35983fe54d2a (diff) | |
download | freebsd-ports-gnome-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.tar.gz freebsd-ports-gnome-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.tar.zst freebsd-ports-gnome-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.zip |
Chase libgnomeui's shared lib version.
Diffstat (limited to 'deskutils')
-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 |