diff options
author | swills <swills@FreeBSD.org> | 2013-03-03 23:02:54 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-03-03 23:02:54 +0800 |
commit | b42dbd51a763b9222afc1eb9065ed296206f0cf1 (patch) | |
tree | 96e37264ff5ace1a769cfc153135da9ee9d38b78 /graphics | |
parent | c215f56b5c4eb25144b70ae3542ba316e8a74b09 (diff) | |
download | freebsd-ports-gnome-b42dbd51a763b9222afc1eb9065ed296206f0cf1.tar.gz freebsd-ports-gnome-b42dbd51a763b9222afc1eb9065ed296206f0cf1.tar.zst freebsd-ports-gnome-b42dbd51a763b9222afc1eb9065ed296206f0cf1.zip |
- Fix plist on amd64
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index e304186d02b6..a922dea977b9 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -53,7 +53,7 @@ CONFIGURE_ARGS+=--disable-gallium-intel .endif .if ${ARCH} == "amd64" -PLIST_SUB+= I810_DRIVER="@comment " +PLIST_SUB+= I810_DRIVER="" PLIST_SUB+= I9X5_DRIVER="" PLIST_SUB+= MACH64_DRIVER="" PLIST_SUB+= MGA_DRIVER="" |