Add a gtksourceview component.
This commit is contained in:
parent
1ec8af5810
commit
17cc9124f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83045
1 changed files with 5 additions and 1 deletions
|
@ -35,7 +35,7 @@ _USE_GNOME_ALL+=glib20 atk pango gtk20 linc libidl orbit2 libglade2 libxml2 \
|
|||
libgnome libbonoboui libgnomeui atspi libgailgnome \
|
||||
libgtkhtml gnomedesktop libwnck vte libzvt librsvg2 eel2 \
|
||||
gnomepanel nautilus2 metacity gal2 gnomecontrolcenter2 libgda2 \
|
||||
libgnomedb
|
||||
libgnomedb gtksourceview
|
||||
|
||||
SCROLLKEEPER_DIR= /var/db/scrollkeeper
|
||||
gnomehack_PRE_PATCH= ${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
|
@ -360,6 +360,10 @@ libgnomedb_LIB_DEPENDS= gnomedb-2.3:${PORTSDIR}/databases/libgnomedb
|
|||
libgnomedb_DETECT= ${X11BASE}/libdata/pkgconfig/libgnomedb.pc
|
||||
libgnomedb_USE_GNOME_IMPL=libgnomeui libgda2
|
||||
|
||||
gtksourceview_LIB_DEPENDS= gtksourceview-1.0.0:${PORTSDIR}/x11-toolkits/gtksourceview
|
||||
gtksourceview_DETECT= ${X11BASE}/libdata/pkgconfig/gtksourceview-1.0.pc
|
||||
gtksourceview_USE_GNOME_IMPL=libgnome
|
||||
|
||||
# End component definition section
|
||||
|
||||
# This section defines tests for optional software. These work off four
|
||||
|
|
Loading…
Reference in a new issue