Mark this port broken (doesn't package). While I'm here, change "+="
to "=" in RUN_DEPENDS.
This commit is contained in:
parent
edc3623fc9
commit
0b0164b6e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9183
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 31 Aug 1995
|
||||
# Whom: ache
|
||||
#
|
||||
# $Id: Makefile,v 1.13 1997/08/10 22:31:29 fenner Exp $
|
||||
# $Id: Makefile,v 1.14 1997/12/24 15:46:40 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= x6rus-2.2.0-bin
|
||||
|
@ -14,7 +14,9 @@ EXTRACT_SUFX= .tgz
|
|||
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
|
||||
RUN_DEPENDS += ${X11BASE}/bin/xinit:${PORTSDIR}/x11/XFree86
|
||||
RUN_DEPENDS= ${X11BASE}/bin/xinit:${PORTSDIR}/x11/XFree86
|
||||
|
||||
BROKEN= package
|
||||
|
||||
WRKSRC= ${WRKDIR}/cyrillic
|
||||
NO_CONFIGURE= YES
|
||||
|
|
Loading…
Reference in a new issue