diff options
author | Dryice Dong Liu <dryice@FreeBSD.org> | 2008-01-15 03:55:43 +0000 |
---|---|---|
committer | Dryice Dong Liu <dryice@FreeBSD.org> | 2008-01-15 03:55:43 +0000 |
commit | b698de5e4cae51c7ad23d2ae706b55bf2be31d3c (patch) | |
tree | c67aa2f04e0a0c66e0adb9a3955fd4a5e88ec02b /devel/xtla | |
parent | 6abaf56dfeee957dd7a54100c60bd17d15c4d6d3 (diff) |
Notes
Diffstat (limited to 'devel/xtla')
-rw-r--r-- | devel/xtla/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/xtla/Makefile b/devel/xtla/Makefile index fc4db87c906d..615615dbe561 100644 --- a/devel/xtla/Makefile +++ b/devel/xtla/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://download.gna.org/xtla-el/ \ http://dryice.name/computer/FreeBSD/distfiles/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= dryice@dryice.name +MAINTAINER= dryice@FreeBSD.org COMMENT= An Emacs front-end to tla BUILD_DEPENDS+= tla:${PORTSDIR}/devel/tla \ @@ -22,9 +22,9 @@ BUILD_DEPENDS+= tla:${PORTSDIR}/devel/tla \ RUN_DEPENDS= ${BUILD_DEPENDS} USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 +EMACS_PORT_NAME?= emacs22 -.if ${EMACS_PORT_NAME} != "emacs21" +.if ${EMACS_PORT_NAME} != "emacs22" PORTNAMESUFFIX= ${PKGNAMESUFFIX} .endif |