diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /multimedia/mplayer | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index b613b464509..f2a32e53713 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2007/01/09 14:49:34 drochner Exp $ +# $NetBSD: Makefile,v 1.39 2007/02/22 19:26:51 wiz Exp $ PKGNAME= mplayer-${MPLAYER_PKG_VERSION} PKGREVISION= 3 @@ -13,7 +13,7 @@ CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer # Solaris/x86 has Xv, but the header files live in /usr/X11R6, not # ${X11_BASE}, so we need to also look for headers in this path. .if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "i386" -CPPFLAGS+= -I/usr/X11R6/include +CPPFLAGS+= -I/usr/X11R6/include BUILDLINK_PASSTHRU_DIRS+= /usr/X11R6/include .endif |