diff --git a/packages/x11/other/ratpoison/build b/packages/x11/other/ratpoison/build index 97d695cbc0..0741a42efe 100755 --- a/packages/x11/other/ratpoison/build +++ b/packages/x11/other/ratpoison/build @@ -5,8 +5,6 @@ LDFLAGS="$LDFLAGS -fwhole-program" cd $PKG_BUILD - -$AUTORECONF ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \ diff --git a/packages/x11/other/ratpoison/meta b/packages/x11/other/ratpoison/meta index 558a75d092..2b9273cf0b 100644 --- a/packages/x11/other/ratpoison/meta +++ b/packages/x11/other/ratpoison/meta @@ -6,11 +6,11 @@ PKG_LICENSE="GPL" PKG_SITE="http://www.nongnu.org/ratpoison" PKG_URL="http://mirror.lihnidos.org/GNU/savannah/ratpoison/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_DEPENDS="libXft libICE libX11 libXext libXtst libXinerama liberation-fonts-ttf" -PKG_BUILD_DEPENDS="toolchain libXft libICE libX11 libXext libXtst libXinerama" +PKG_BUILD_DEPENDS="toolchain util-macros libXft libICE libX11 libXext libXtst libXinerama" PKG_PRIORITY="optional" PKG_SECTION="x11/other" PKG_SHORTDESC="ratpoison: A window manager that lets you say good-bye to the rodent" PKG_LONGDESC="Ratpoison is a simple window manager with no large library dependencies, no fancy graphics, no window decorations, and no rodent dependence. It is largely modeled after GNU Screen, which has done wonders in the virtual terminal market. All interaction with the window manager is done through keystrokes. Ratpoison has a prefix map to minimize the key clobbering that cripples EMACS and other quality pieces of software. All windows are maximized and kept maximized to avoid wasting precious screen space." PKG_IS_ADDON="no" - +PKG_AUTORECONF="yes"