diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-21 03:00:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-21 03:00:53 +0800 |
commit | 2828e65510ec21c7322d34369a580aa76774957e (patch) | |
tree | d3d80a49fce3b4e11f6153426914f562c00ccd05 /deskutils | |
parent | 66c6ef19ff0cf0a222b04df73f786d6f2fda0365 (diff) | |
download | freebsd-ports-graphics-2828e65510ec21c7322d34369a580aa76774957e.tar.gz freebsd-ports-graphics-2828e65510ec21c7322d34369a580aa76774957e.tar.zst freebsd-ports-graphics-2828e65510ec21c7322d34369a580aa76774957e.zip |
* Re-add libgnomeprint[ui]-2.0 support and unbreak
* De-pkg-comment where applicable
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/glabels/Makefile | 7 | ||||
-rw-r--r-- | deskutils/glabels/pkg-comment | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index 68cdf55449c..2ae029bd06e 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 diff --git a/deskutils/glabels/pkg-comment b/deskutils/glabels/pkg-comment deleted file mode 100644 index 3e07a7b36c0..00000000000 --- a/deskutils/glabels/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A programm to create labels and business cards |