aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-02-26 05:34:21 +0800
committernetchild <netchild@FreeBSD.org>2006-02-26 05:34:21 +0800
commit49f46c80ed4b9a0bc49af1dd9e6917045f883657 (patch)
tree6e4c44ed6011f23e6d447375514132d59392847f /devel
parent9d91a4586c1a83e6686c1de3d94c48be5773119c (diff)
downloadfreebsd-ports-gnome-49f46c80ed4b9a0bc49af1dd9e6917045f883657.tar.gz
freebsd-ports-gnome-49f46c80ed4b9a0bc49af1dd9e6917045f883657.tar.zst
freebsd-ports-gnome-49f46c80ed4b9a0bc49af1dd9e6917045f883657.zip
Fix my fix (missing space after "@comment" in PLIST_SUB).
Maintainer informed by mail. Approved by: portmgr (kris) Pointy hat: netchild
Diffstat (limited to 'devel')
-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"