diff options
author | alane <alane@FreeBSD.org> | 2002-09-11 13:25:23 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-09-11 13:25:23 +0800 |
commit | 49a7f7f0e3ba9c1773f1ed3347327ad62e7a640e (patch) | |
tree | b1d99eab86278c68347c9f8ce5e89b718c8a1368 /editors/calligra/Makefile | |
parent | 37b6e0339f2926494727d604e2187ee95dec213c (diff) | |
download | freebsd-ports-gnome-49a7f7f0e3ba9c1773f1ed3347327ad62e7a640e.tar.gz freebsd-ports-gnome-49a7f7f0e3ba9c1773f1ed3347327ad62e7a640e.tar.zst freebsd-ports-gnome-49a7f7f0e3ba9c1773f1ed3347327ad62e7a640e.zip |
KOffice-1.2 is released. 'Nuff said.
Diffstat (limited to 'editors/calligra/Makefile')
-rw-r--r-- | editors/calligra/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index de370726d4eb..bb910686cf0e 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -6,12 +6,11 @@ # PORTNAME= koffice -PORTVERSION= 1.2.rc1 +PORTVERSION= 1.2 PORTEPOCH= 1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= unstable/${PORTNAME}-${PORTVERSION:S/.rc1/-rc1/g}/src -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.rc1/-rc1/g} +MASTER_SITE_SUBDIR= stable/${PORTNAME}-${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -22,7 +21,6 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 _NO_KDE_PATCHUP=yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.rc1/-rc1/g} USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_PYTHON= yes @@ -30,7 +28,9 @@ USE_BZIP2= yes INSTALLS_SHLIB= yes USE_GMAKE= yes -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" +CONFIGURE_ENV+= DO_NOT_COMPILE=kontour # KDE calls it "badly broken" + +.include "${PORTSDIR}/x11/kde3/Makefile.kde" pre-configure: cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs |