diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-08 23:40:15 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-08 23:40:15 +0000 |
commit | d0042bb1477ce3bbd41a7a3adec4294e5c56667e (patch) | |
tree | 5237a1a70af9d8da2e7468fb166044578761ff28 /dev-util/cscope | |
parent | Fixed deps (diff) | |
download | historical-d0042bb1477ce3bbd41a7a3adec4294e5c56667e.tar.gz historical-d0042bb1477ce3bbd41a7a3adec4294e5c56667e.tar.bz2 historical-d0042bb1477ce3bbd41a7a3adec4294e5c56667e.zip |
*** empty log message ***
Diffstat (limited to 'dev-util/cscope')
-rw-r--r-- | dev-util/cscope/cscope-15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cscope/cscope-15.1.ebuild b/dev-util/cscope/cscope-15.1.ebuild index 4a0e449ab984..499374b7fe8e 100644 --- a/dev-util/cscope/cscope-15.1.ebuild +++ b/dev-util/cscope/cscope-15.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://download.sourceforge.net/cscope/${A}" HOMEPAGE="http://cscope.sourceforge.net" DEPEND="virtual/glibc - >=sys-lib/ncurses-5.2" + >=sys-libs/ncurses-5.2" src_compile() { try ./configure --prefix=/usr/ --mandir=/usr/share/man --infodir=/usr/share/info |