Changeset ba67e1e16b8ea703b74047662cac5d8a93b5dde0

Show
Ignore:
Timestamp:
01/06/07 23:35:39 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
acd944b6c7ef6d2f3605c1875bbc9c3c331f0da6
Children:
1434d771594d9b7691ef111f02d75f4585463a6b
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:35:39Z+0000
Message:

[project @ Ebuild change: Depend on gtksourceview, use GNOME integration]

Original author: Philipp Kern <phil@…>
Date: 2005-05-22 20:20:14+00:00

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • contrib/gobby-0.0.20050522.ebuild

    r6e79d37 rba67e1e  
    1414DEPEND=">=dev-cpp/gtkmm-2.6 
    1515        >=dev-libs/libsigc++-2.0 
     16        >=x11-libs/gtksourceview-1.2.0 
    1617        net-libs/libobby" 
    1718 
     
    2223src_compile() { 
    2324        sh ./autogen.sh 
    24         econf || die "./configure failed" 
     25        econf --with-gnome || die "./configure failed" 
    2526        emake || die "make failed" 
    2627}