diff options
author | 2003-04-23 00:09:20 +0000 | |
---|---|---|
committer | 2003-04-23 00:09:20 +0000 | |
commit | 651c855f47cf14a61cbbeb0445b9f895b4b8bd7a (patch) | |
tree | a382c7dbf0758bcecb4f1ec0e5b4b218d4f8bfdf /app-office/texmacs/texmacs-1.0.0.19.ebuild | |
parent | Change supersed dependencies (diff) | |
download | historical-651c855f47cf14a61cbbeb0445b9f895b4b8bd7a.tar.gz historical-651c855f47cf14a61cbbeb0445b9f895b4b8bd7a.tar.bz2 historical-651c855f47cf14a61cbbeb0445b9f895b4b8bd7a.zip |
Change supersed dependencies
Diffstat (limited to 'app-office/texmacs/texmacs-1.0.0.19.ebuild')
-rw-r--r-- | app-office/texmacs/texmacs-1.0.0.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/texmacs/texmacs-1.0.0.19.ebuild b/app-office/texmacs/texmacs-1.0.0.19.ebuild index 34430305dc40..36cf09f37f1c 100644 --- a/app-office/texmacs/texmacs-1.0.0.19.ebuild +++ b/app-office/texmacs/texmacs-1.0.0.19.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~x86" DEPEND=">=app-text/tetex-1.0.7-r7 >=dev-util/guile-1.3.4 - sys-apps/supersed + =sys-apps/sed-4* virtual/x11" RDEPEND="${DEPEND} @@ -24,7 +24,7 @@ RDEPEND="${DEPEND} src_compile() { econf - ssed -i "s:\(^CXXOPTIMIZE = \).*:\1${CXXFLAGS}:" src/common.makefile + sed -i "s:\(^CXXOPTIMIZE = \).*:\1${CXXFLAGS}:" src/common.makefile cd ${S} make || die |