Switch rox-filer LIB_DEPENDS from devel/libglade2 to x11/gtk+2.

It doesn't use glade any more, so the LIB_DEPENDS gets stripped, meaning
there's no longer a path to gtk+2, so pkg_create fails (hence no bump
in this diff).  ok jasper@
This commit is contained in:
sthen 2012-04-04 18:17:50 +00:00
parent a19f238e89
commit b202a72985

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.56 2012/04/04 15:29:28 gonzalo Exp $
# $OpenBSD: Makefile,v 1.57 2012/04/04 18:17:50 sthen Exp $
COMMENT= GTK+-2 file manager with desktop features
@ -28,7 +28,7 @@ EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= misc/shared-mime-info
LIB_DEPENDS= devel/libglade2
LIB_DEPENDS= x11/gtk+2
USE_GROFF = Yes