diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-15 06:22:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-15 06:22:23 +0000 |
commit | 0708a94edf836dd78c7bb86161c029fefb8bae61 (patch) | |
tree | 9a0b368f5b29e71666e7938f93472c060775a2c7 | |
parent | Replace gnomelibs with gnomeprint as dependency to make it building again. (diff) |
Add libgnomeui-2.0 to LIB_DEPEND.
Spotted by: bento
Notes
Notes:
svn path=/head/; revision=70149
-rw-r--r-- | deskutils/glabels/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index 2b3703bf67bb..39395a1ede67 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://snaught.com/glabels/source/ MAINTAINER= martin.klaffenboeck@gmx.at LIB_DEPENDS= gnomeprint-2.0:${PORTSDIR}/print/libgnomeprint \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ + gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui USE_GNOMENG= yes USE_GNOME= gnomehack gnomeprefix gnomelibs |