diff options
author | ache <ache@FreeBSD.org> | 1995-09-23 17:19:06 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-23 17:19:06 +0000 |
commit | 7b44327a3305baeaaacea99cbc20df911eace72c (patch) | |
tree | dc4311e3525b46083c3b8bbe6ba2ac79529c5264 /russian/X.language | |
parent | fc3a00894baeaa3bcf257424243f520b4fe4de08 (diff) | |
download | FreeBSD-ports-7b44327a3305baeaaacea99cbc20df911eace72c.zip FreeBSD-ports-7b44327a3305baeaaacea99cbc20df911eace72c.tar.gz |
EXEC->RUN DEPENDS
Diffstat (limited to 'russian/X.language')
-rw-r--r-- | russian/X.language/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/russian/X.language/Makefile b/russian/X.language/Makefile index 324fdfa..ddf3e67 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.1.1.1 1995/08/30 00:49:35 ache Exp $ +# $Id: Makefile,v 1.1.1.1 1995/08/31 20:01:49 ache Exp $ # PKGNAME= russian-X11 @@ -11,7 +11,7 @@ CATEGORIES+= x11 MAINTAINER= ache@FreeBSD.ORG -EXEC_DEPENDS += ${X11BASE}/bin/xinit:${PORTSDIR}/x11/XFree86 +RUN_DEPENDS += ${X11BASE}/bin/xinit:${PORTSDIR}/x11/XFree86 NO_EXTRACT= YES NO_WRKSUBDIR= YES |