From 8c0a8b7307e31d5efbd908c33e636c4e8b6bd1fa Mon Sep 17 00:00:00 2001 From: sturm Date: Sun, 17 Aug 2003 14:25:28 +0000 Subject: [PATCH] fix LIB_DEPENDS --- editors/scite/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 2aacdd397ca..d31e7a97e30 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2003/08/14 18:27:25 sturm Exp $ +# $OpenBSD: Makefile,v 1.2 2003/08/17 14:25:28 sturm Exp $ COMMENT= "flexible and small GTK+ editor" @@ -21,7 +21,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scintilla/} EXTRACT_SUFX= .tgz LIB_DEPENDS= gthread.1.2::devel/glib \ - scintilla.1,scintilla_lexers.1::x11/scintilla + scintilla.1,scintilla_lexers.1::editors/scintilla USE_GMAKE= Yes USE_X11= Yes