diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-05-16 16:45:44 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-05-16 16:45:44 +0000 |
commit | 5bf3d554110435cc1d0ca506092e2db2de2eed38 (patch) | |
tree | 11bef4b2dd37d00b7f64a41f110f1c37a0a08299 /textproc/dictem | |
parent | 967592aa1df0af6a2e47a5823d969aab53370ddd (diff) | |
download | ports-5bf3d554110435cc1d0ca506092e2db2de2eed38.tar.gz ports-5bf3d554110435cc1d0ca506092e2db2de2eed38.zip |
Notes
Diffstat (limited to 'textproc/dictem')
-rw-r--r-- | textproc/dictem/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index fd09cbc3c0e8..fab1bd3a8f85 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -7,14 +7,15 @@ PORTNAME= dictem PORTVERSION= 0.7 CATEGORIES= textproc net elisp -MASTER_SITES= http://www.mova.org/~cheusov/pub/dictem/ +MASTER_SITES= http://www.mova.org/~cheusov/pub/dictem/ \ + http://ncd0.bsd.by/ports/distfiles/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= m.boyarov@gmail.com COMMENT= DictEm is a dict client for [X]Emacs USE_EMACS= yes -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:259 EMACS_PORT_NAME?=emacs21 |