diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-20 19:00:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-20 19:00:53 +0000 |
commit | f1b05e8a840393f86712fa8625853b7494ea8fdc (patch) | |
tree | 24b8d89beea6cddaffb4e1f7e0138a1db16c43a9 /deskutils/glabels/Makefile | |
parent | 2c41b9e5f36c24eeec55e43d4af00d2aba2e3f9b (diff) |
Notes
Diffstat (limited to 'deskutils/glabels/Makefile')
-rw-r--r-- | deskutils/glabels/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index 68cdf55449c6..2ae029bd06eb 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -12,13 +12,12 @@ CATEGORIES= deskutils MASTER_SITES= http://snaught.com/glabels/source/ MAINTAINER= martin.klaffenboeck@gmx.at +COMMENT= A programm to create labels and business cards -LIB_DEPENDS= gnomeprint-2-2.0:${PORTSDIR}/print/libgnomeprint \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ + gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20 \ 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 |