diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-23 08:04:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-23 08:04:30 +0000 |
commit | cc67f4dd3ebd8a41e8bf06264e6606862abcf037 (patch) | |
tree | c028417a1fdf4809df37119ce1e1746e7583aa92 /editors/kile-kde4/Makefile | |
parent | b50fc8ce46909bbfac42712ec989019bb7628f11 (diff) |
Notes
Diffstat (limited to 'editors/kile-kde4/Makefile')
-rw-r--r-- | editors/kile-kde4/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/kile-kde4/Makefile b/editors/kile-kde4/Makefile index 30bc9f0f2883..14816d822262 100644 --- a/editors/kile-kde4/Makefile +++ b/editors/kile-kde4/Makefile @@ -6,18 +6,19 @@ # PORTNAME= kile -PORTVERSION= 1.0 +PORTVERSION= 1.3 CATEGORIES= editors kde MASTER_SITES= http://xm1.net.free.fr/kile/ +DISTNAME= ${PORTNAME}-${PORTVERSION}beta MAINTAINER= stefan.jahn@nemesis-sektor.de -BROKEN= "Does not fetch" - RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include <bsd.port.post.mk> |