summaryrefslogtreecommitdiff
path: root/graphics/dvdview
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-06-30 22:15:25 +0000
committertron <tron@pkgsrc.org>2001-06-30 22:15:25 +0000
commit3104dbcd9e224e077b6423df2a35764b05c9f56e (patch)
tree2d9b2a110ea7c5e6df82b6f0ecddf29e115007ee /graphics/dvdview
parent3860b254e5589719c5a7a454cbb7559e560a0836 (diff)
downloadpkgsrc-3104dbcd9e224e077b6423df2a35764b05c9f56e.tar.gz
Fix typo in last commit.
Diffstat (limited to 'graphics/dvdview')
-rw-r--r--graphics/dvdview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dvdview/Makefile b/graphics/dvdview/Makefile
index d04b5272fd1..c3b5bc8e5c5 100644
--- a/graphics/dvdview/Makefile
+++ b/graphics/dvdview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/06/30 22:13:14 tron Exp $
+# $NetBSD: Makefile,v 1.3 2001/06/30 22:15:25 tron Exp $
DISTNAME= dvdview1.1.0
PKGNAME= dvdview-1.1.0
@@ -30,7 +30,7 @@ WRKSRC?= ${WRKDIR}/dvdview
.if (${OPSYS} == SunOS)
MAKE_ENV+= RTLIB=-lrt
.else
-MAKE_ENV+ RTLIB=
+MAKE_ENV+= RTLIB=
.endif
.if (${OPSYS} != "Linux") && (${MACHINE_ARCH} == i386)