diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-05-21 06:57:59 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-05-21 06:57:59 +0000 |
commit | f7c986ff131112f972a7fb171c4834de90745fea (patch) | |
tree | 2367a2c5a4e589fbcb93d2c00e837d16e2c3ea2b /editors/texmacs/Makefile | |
parent | Add gdm2 after repo copy from gdm. Gdm is the GNOME 2.0 version of the (diff) |
Upgrade to version 1.0 and unbreak.
- add `@exec mkdir' lines to stop deinstall-time warnings.
PR: ports/36496
Submitted by: maintainer
Diffstat (limited to 'editors/texmacs/Makefile')
-rw-r--r-- | editors/texmacs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 9b9c4fb59acb..ab033ea4773d 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= texmacs -PORTVERSION= 0.3.5.8 +PORTVERSION= 1.0 CATEGORIES= editors print MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ DISTFILES= TeXmacs-${PORTVERSION}-src.tar.gz \ @@ -14,17 +14,17 @@ DISTFILES= TeXmacs-${PORTVERSION}-src.tar.gz \ MAINTAINER= mainland@apeiron.net -BROKEN= "Does not fetch" - BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile \ - latex:${PORTSDIR}/print/latex -RUN_DEPENDS= latex:${PORTSDIR}/print/latex + tex:${PORTSDIR}/print/teTeX +RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX WRKSRC= ${WRKDIR}/TeXmacs-${PORTVERSION}-src USE_XLIB= yes GNU_CONFIGURE= yes +PLIST_SUB= PORTVERSION=${PORTVERSION} + ALL_TARGET= MAN1= texmacs.1 fig2ps.1 |