diff options
Diffstat (limited to 'xorg/xorg-xrandr/Pkgfile')
-rw-r--r-- | xorg/xorg-xrandr/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-xrandr/Pkgfile b/xorg/xorg-xrandr/Pkgfile index 75742c60b..c530ae060 100644 --- a/xorg/xorg-xrandr/Pkgfile +++ b/xorg/xorg-xrandr/Pkgfile @@ -6,15 +6,13 @@ # Run on: xorg-libxrandr name=xorg-xrandr -version=1.3.2 +version=1.3.4 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xrandr-$version.tar.bz2) build() { cd xrandr-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } |