diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-05 17:38:08 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-05 17:38:08 +0800 |
commit | 4ef1f760e246b017356a9a653dd03b623343b06e (patch) | |
tree | 5f3cc0fb95a11d758d3bbf598c0aa31054db4980 /editors | |
parent | c575712b333267f1c3d6c4eb1840c922b5dc4982 (diff) | |
download | freebsd-ports-gnome-4ef1f760e246b017356a9a653dd03b623343b06e.tar.gz freebsd-ports-gnome-4ef1f760e246b017356a9a653dd03b623343b06e.tar.zst freebsd-ports-gnome-4ef1f760e246b017356a9a653dd03b623343b06e.zip |
- Add explicit dependency on pkgconfig
- While here, convert to new LIB_DEPENDS format
Approved by: portmgr (bapt)
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 |