summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxres/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libxres/Pkgfile')
-rw-r--r--xorg/xorg-libxres/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-libxres/Pkgfile b/xorg/xorg-libxres/Pkgfile
index 7571c9d2f..c68f62996 100644
--- a/xorg/xorg-libxres/Pkgfile
+++ b/xorg/xorg-libxres/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libx11,xorg-libxext
name=xorg-libxres
-version=1.0.4
+version=1.0.5
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXres-$version.tar.bz2)
build() {
cd libXres-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}