diff options
author | asami <asami@FreeBSD.org> | 1997-12-26 06:08:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-26 06:08:25 +0800 |
commit | 85a77e68a5b3cf704192c0604484cf85ba114048 (patch) | |
tree | ba20eef72827ce59f76aa15efa7f1e307a16d75c /russian | |
parent | 098c5a2e800bb75d0dd443a8db568ca4ce051d15 (diff) | |
download | freebsd-ports-gnome-85a77e68a5b3cf704192c0604484cf85ba114048.tar.gz freebsd-ports-gnome-85a77e68a5b3cf704192c0604484cf85ba114048.tar.zst freebsd-ports-gnome-85a77e68a5b3cf704192c0604484cf85ba114048.zip |
Mark this port broken (doesn't package). While I'm here, change "+="
to "=" in RUN_DEPENDS.
Diffstat (limited to 'russian')
-rw-r--r-- | russian/X.language/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/russian/X.language/Makefile b/russian/X.language/Makefile index 5dc9183a98f0..99e883df0469 100644 --- a/russian/X.language/Makefile +++ b/russian/X.language/Makefile @@ -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 |