diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-25 21:34:21 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-25 21:34:21 +0000 |
commit | 928a7d256e6b940d687d48a789e839a8299f8c0b (patch) | |
tree | 63a425ccddacd32b83541e107a13cb351fa743c4 /devel/pwlib | |
parent | c3d8236c16ff79d12592ade85b42586e4df1b67c (diff) | |
download | ports-928a7d256e6b940d687d48a789e839a8299f8c0b.tar.gz ports-928a7d256e6b940d687d48a789e839a8299f8c0b.zip |
Notes
Diffstat (limited to 'devel/pwlib')
-rw-r--r-- | devel/pwlib/Makefile | 2 |
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" |