diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-18 05:32:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-18 05:32:00 +0000 |
commit | 749303b54c7b70cb346bf6668e5f2151b6e9760b (patch) | |
tree | 068984a06a1a014062c9cefe0c102b8f2c6aaa14 /editors/impress/Makefile | |
parent | 0c02a96ab7c8cced6f67cbf39194e1a58579b50b (diff) |
Notes
Diffstat (limited to 'editors/impress/Makefile')
-rw-r--r-- | editors/impress/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/impress/Makefile b/editors/impress/Makefile index dad5dcd99171..955f8efa463c 100644 --- a/editors/impress/Makefile +++ b/editors/impress/Makefile @@ -7,15 +7,16 @@ PORTNAME= impress PORTVERSION= 1.1b9 -CATEGORIES= editors +PORTREVISION= 1 +CATEGORIES= editors tk84 MASTER_SITES= http://www.ntlug.org/~ccox/impress/ DISTNAME= imp${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Publishing and presentation tool -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include <bsd.port.mk> |