diff options
Diffstat (limited to 'xorg/xorg-libxrandr/Pkgfile')
-rw-r--r-- | xorg/xorg-libxrandr/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-libxrandr/Pkgfile b/xorg/xorg-libxrandr/Pkgfile index b06cf01f0..76588bf7d 100644 --- a/xorg/xorg-libxrandr/Pkgfile +++ b/xorg/xorg-libxrandr/Pkgfile @@ -6,15 +6,13 @@ # Run on: xorg-libx11,xorg-libxext,xorg-libxrender name=xorg-libxrandr -version=1.3.0 +version=1.3.1 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXrandr-$version.tar.bz2) build() { cd libXrandr-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } |