summaryrefslogtreecommitdiff
path: root/editors/scite
diff options
context:
space:
mode:
authordholland <dholland>2011-07-31 23:32:10 +0000
committerdholland <dholland>2011-07-31 23:32:10 +0000
commit043e2191874db113d4766c2cb073b5f73baf3d38 (patch)
treef662575b0b0ad74d31258848d355a3cc2e3c58c6 /editors/scite
parent480a5bb36fd5c21464e47dec6ff70079210210fd (diff)
downloadpkgsrc-043e2191874db113d4766c2cb073b5f73baf3d38.tar.gz
Needs pkg-config. Depends on glib2 directly. PKGREVISION -> 2. Should fix
failure seen in bulk builds.
Diffstat (limited to 'editors/scite')
-rw-r--r--editors/scite/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index f53ee9c83ce..8cbc62a7206 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2011/04/22 13:43:27 obache Exp $
+# $NetBSD: Makefile,v 1.4 2011/07/31 23:32:10 dholland Exp $
#
DISTNAME= scite225
PKGNAME= scite-2.25
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scintilla/}
EXTRACT_SUFX= .tgz
@@ -18,7 +18,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/scite
USE_LANGUAGES= c c++
BUILD_DIRS+= gtk
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake pkg-config
MAKE_FILE= makefile
INSTALLATION_DIRS= share/applications share/pixmaps
@@ -27,6 +27,7 @@ post-extract:
${RM} ${WRKSRC}/gtk/deps.mak
${TOUCH} ${WRKSRC}/gtk/deps.mak
+.include "../../devel/glib2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/scintilla/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"