Fix typo in last commit.
This commit is contained in:
parent
3860b254e5
commit
3104dbcd9e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue