diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-06 21:10:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-06 21:10:34 +0000 |
commit | e90c5ac85e1589656db313625839221c0668d513 (patch) | |
tree | a0f5b4507ec5dc54540a83e1c22cefeca6d28d8c /deskutils | |
parent | Upgrade to 4232 (diff) |
port wouldn't build without the gnomelibs.
Noticed by: bento
Approved by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> (maintainer)
Notes
Notes:
svn path=/head/; revision=69611
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/glabels/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index 1b0af932272b..2b3703bf67bb 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= gnomeprint-2.0:${PORTSDIR}/print/libgnomeprint \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_GNOMENG= yes -USE_GNOME= gnomehack gnomeprefix +USE_GNOME= gnomehack gnomeprefix gnomelibs USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes |