diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-05-14 03:12:45 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-05-14 03:12:45 +0000 |
commit | 2db11f41b5013f229e1845fab665bb3f7c81990e (patch) | |
tree | f66100a405378ed407410c1dcaee76a0e99ec0a2 /graphics/linux_dri/Makefile | |
parent | d8ab968b85b39448d5af259d55023cf55fa9a47b (diff) | |
download | ports-2db11f41b5013f229e1845fab665bb3f7c81990e.tar.gz ports-2db11f41b5013f229e1845fab665bb3f7c81990e.zip |
Notes
Diffstat (limited to 'graphics/linux_dri/Makefile')
-rw-r--r-- | graphics/linux_dri/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/linux_dri/Makefile b/graphics/linux_dri/Makefile index d3a3f53e35eb..4253a0938556 100644 --- a/graphics/linux_dri/Makefile +++ b/graphics/linux_dri/Makefile @@ -7,6 +7,7 @@ PORTNAME= linux_dri PORTVERSION= 4.3.0 +PORTREVISION= 1 CATEGORIES= graphics linux MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/binaries/Linux-ix86-glibc21/:x \ http://people.freebsd.org/~anholt/dri/files/:anholt @@ -28,6 +29,7 @@ ONLY_FOR_ARCHS= i386 MODULELIST= gamma_dri.so i810_dri.so i830_dri.so mga_dri.so r128_dri.so \ r200_dri.so radeon_dri.so tdfx_dri.so LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig +NO_FILTER_SHLIBS= yes STRIP= do-install: |