diff options
author | rnoland <rnoland@FreeBSD.org> | 2009-02-26 15:05:43 +0800 |
---|---|---|
committer | rnoland <rnoland@FreeBSD.org> | 2009-02-26 15:05:43 +0800 |
commit | 1eafe49cef8544dc77d53b2d6e72f1ca042a6a31 (patch) | |
tree | 1650c05541711c358c4917de6844d80938604c42 /graphics/libdrm/Makefile | |
parent | 9b98531db25dabf8515e2289d3d499d9d588ff0a (diff) | |
download | freebsd-ports-gnome-1eafe49cef8544dc77d53b2d6e72f1ca042a6a31.tar.gz freebsd-ports-gnome-1eafe49cef8544dc77d53b2d6e72f1ca042a6a31.tar.zst freebsd-ports-gnome-1eafe49cef8544dc77d53b2d6e72f1ca042a6a31.zip |
Update to 2.4.5
PR: 132037
Submitted by: Anonymous <swell.k@gmail.com>
Diffstat (limited to 'graphics/libdrm/Makefile')
-rw-r--r-- | graphics/libdrm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 061d22590c45..4ebbac8c9427 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libdrm -PORTVERSION= 2.4.4 +PORTVERSION= 2.4.5 CATEGORIES= graphics x11 MASTER_SITES= http://dri.freedesktop.org/libdrm/ @@ -20,6 +20,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +#CONFIGURE_ARGS= --enable-nouveau-experimental-api + pre-patch: @${REINPLACE_CMD} 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|g' \ ${WRKSRC}/configure |