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 | |
parent | 2b562aa4a3986c1f4a29aa4ae15f60f752485e96 (diff) | |
download | freebsd-ports-e90c5ac85e1589656db313625839221c0668d513.zip |
port wouldn't build without the gnomelibs.
Noticed by: bento
Approved by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> (maintainer)
-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 |