pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/trplayer whitespace fixes, simplify a conditional



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64b892f3439e
branches:  trunk
changeset: 466667:64b892f3439e
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jan 22 08:46:43 2004 +0000

description:
whitespace fixes, simplify a conditional

diffstat:

 audio/trplayer/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r e67a658b97d0 -r 64b892f3439e audio/trplayer/Makefile
--- a/audio/trplayer/Makefile   Thu Jan 22 08:46:00 2004 +0000
+++ b/audio/trplayer/Makefile   Thu Jan 22 08:46:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/20 12:07:43 agc Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/22 08:46:43 grant Exp $
 #
 
 DISTNAME=      trplayer-1.2.0
@@ -12,15 +12,13 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if (${OPSYS} == "NetBSD")
-. if (${MACHINE_ARCH} == "i386")
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "i386"
 BUILD_DEPENDS+=        rpm2pkg>=1.2:../../pkgtools/rpm2pkg
 DEPENDS+=      realplayer>=8.0.1:../../audio/realplayer
 DEPENDS+=      suse_base>=7.3:../../emulators/${SUSE_DIR_PREFIX}_base
 DEPENDS+=      suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
 DEPENDS+=      suse_libc5>=7.3:../../emulators/${SUSE_DIR_PREFIX}_libc5
 DEPENDS+=      suse_slang>=7.3:../../emulators/${SUSE_DIR_PREFIX}_slang
-. endif
 .endif
 
 INTERACTIVE_STAGE=     fetch           # XXX Not really!



Home | Main Index | Thread Index | Old Index