diff options
-rw-r--r-- | rxvt/rxvt_2.7.9.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rxvt/rxvt_2.7.9.oe b/rxvt/rxvt_2.7.9.oe index 2dab87bf9e..cdd85bf5a7 100644 --- a/rxvt/rxvt_2.7.9.oe +++ b/rxvt/rxvt_2.7.9.oe @@ -1,9 +1,9 @@ +DESCRIPTION = "Well known terminal emulator" SECTION = "x11/utils" PR = "r1" DEPENDS = "x11 libxft" -DESCRIPTION = "Well known terminal emulator" -SRC_URI = "pserver://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/rxvt \ +SRC_URI = "${HANDHELDS_CVS};module=apps/rxvt \ file://include.patch;patch=1" inherit autotools update-alternatives |