aboutsummaryrefslogtreecommitdiff
path: root/editors/scite
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-09-05 09:38:08 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-09-05 09:38:08 +0000
commit9569673c9427887b39552b3e8b4fc5d7a99f5cbf (patch)
tree5f3cc0fb95a11d758d3bbf598c0aa31054db4980 /editors/scite
parent1fdb1de19467965d49040e5d1010210fc2807e90 (diff)
downloadports-9569673c9427887b39552b3e8b4fc5d7a99f5cbf.tar.gz
ports-9569673c9427887b39552b3e8b4fc5d7a99f5cbf.zip
- Add explicit dependency on pkgconfig
- While here, convert to new LIB_DEPENDS format Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=326375
Diffstat (limited to 'editors/scite')
-rw-r--r--editors/scite/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index 2b2aa1c23097..8d7b33951f67 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Full-featured SCIntilla based text editor for GTK/GNOME
-LIB_DEPENDS= scintilla:${PORTSDIR}/x11-toolkits/scintilla
+LIB_DEPENDS= libscintilla.so:${PORTSDIR}/x11-toolkits/scintilla
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
OPTIONS_DEFINE= DOCS FULL_BUFFER_MENU
@@ -19,7 +19,7 @@ FULL_BUFFER_MENU_DESC= Show all files in buffer menu
WRKSRC= ${WRKDIR}/${PORTNAME}/gtk
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_GNOME= gtk20
MAKEFILE= makefile