aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/pwlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile
index a09a85f068f3..f2100d805bfc 100644
--- a/devel/pwlib/Makefile
+++ b/devel/pwlib/Makefile
@@ -67,7 +67,7 @@ CFLAGS+= -fPIC
.if (${ARCH} == "i386") || (${ARCH} == "ia64")
PLIST_SUB+= BSDVIDEO=""
.else
-PLIST_SUB+= BSDVIDEO="@comment"
+PLIST_SUB+= BSDVIDEO="@comment "
.endif
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" SDLLIBDIR="${LOCALBASE}/lib"