diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-06 13:34:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-06 13:34:29 +0000 |
commit | e3227612b0137aaa2aad599fcaa81f2a79101da4 (patch) | |
tree | fc5da5d85c0a92f16e34d1cf43c2165316b8b778 /devel/xtla/Makefile | |
parent | f94e48a3f04c5b8438ac9fe74a700c314fa5701c (diff) |
Notes
Diffstat (limited to 'devel/xtla/Makefile')
-rw-r--r-- | devel/xtla/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/xtla/Makefile b/devel/xtla/Makefile index 43612e058bdf..4da058b242a8 100644 --- a/devel/xtla/Makefile +++ b/devel/xtla/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xtla -PORTVERSION= 20040620 +PORTVERSION= 20040630 CATEGORIES= devel elisp MASTER_SITES= http://xsteve.nit.at/prg/emacs/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -15,7 +15,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= dryice@liu.com.cn COMMENT= An Emacs front-end to tla -RUN_DEPENDS= tla:${PORTSDIR}/devel/tla +BUILD_DEPENDS+= tla:${PORTSDIR}/devel/tla +RUN_DEPENDS= ${BUILD_DEPENDS} EMACS_PORT_NAME?= emacs21 |