diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-05 09:38:08 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-05 09:38:08 +0000 |
commit | 9569673c9427887b39552b3e8b4fc5d7a99f5cbf (patch) | |
tree | 5f3cc0fb95a11d758d3bbf598c0aa31054db4980 /editors | |
parent | 1fdb1de19467965d49040e5d1010210fc2807e90 (diff) | |
download | ports-9569673c9427887b39552b3e8b4fc5d7a99f5cbf.tar.gz ports-9569673c9427887b39552b3e8b4fc5d7a99f5cbf.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/scite/Makefile | 4 |
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 |