diff options
author | tron <tron> | 2001-06-30 22:15:25 +0000 |
---|---|---|
committer | tron <tron> | 2001-06-30 22:15:25 +0000 |
commit | 3f5488440f327b6ac92dd96653d8620fea81b9a0 (patch) | |
tree | 2d9b2a110ea7c5e6df82b6f0ecddf29e115007ee /graphics/dvdview/Makefile | |
parent | b83335a706d9bd419f87410f2e2ecab7c3af5d4d (diff) | |
download | pkgsrc-3f5488440f327b6ac92dd96653d8620fea81b9a0.tar.gz |
Fix typo in last commit.
Diffstat (limited to 'graphics/dvdview/Makefile')
-rw-r--r-- | graphics/dvdview/Makefile | 4 |
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) |