aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-09-22 10:10:48 +0800
committerswills <swills@FreeBSD.org>2012-09-22 10:10:48 +0800
commit10afcdd95b953818e5398612dbb6dcb913e7d36e (patch)
tree7be0f9a85c9942f10517565e59051bd570eaa056 /graphics
parent3ba2c5f1a68edc5635e9a3c17c5ddcbf54cd5247 (diff)
downloadfreebsd-ports-gnome-10afcdd95b953818e5398612dbb6dcb913e7d36e.tar.gz
freebsd-ports-gnome-10afcdd95b953818e5398612dbb6dcb913e7d36e.tar.zst
freebsd-ports-gnome-10afcdd95b953818e5398612dbb6dcb913e7d36e.zip
- Fix typo in @comment which fixes build on arm, mips and sparc
Reported by: flo Pointyhat to: swills
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libdrm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile
index 0482a79ca000..c503232a0f77 100644
--- a/graphics/libdrm/Makefile
+++ b/graphics/libdrm/Makefile
@@ -56,8 +56,8 @@ PLIST_SUB+= OLD="" NEW="@comment "
PLIST_SUB+= INTEL_DRIVER=""
PLIST_SUB+= RADEON_DRIVERS=""
.else
-PLIST_SUB+= INTEL_DRIVER="@comment"
-PLIST_SUB+= RADEON_DRIVERS="@comment"
+PLIST_SUB+= INTEL_DRIVER="@comment "
+PLIST_SUB+= RADEON_DRIVERS="@comment "
.endif
pre-patch: