diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-09-11 05:25:23 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-09-11 05:25:23 +0000 |
commit | a8dcfb93657fbfff12ac48326522912809e114e0 (patch) | |
tree | d4107312162dd8c734eea945b516eda3724b1efd /editors/koffice-kde3/Makefile | |
parent | 7ef7e1afd38836f6885cf67de58acaf0b9a2f3b3 (diff) |
KOffice-1.2 is released. 'Nuff said.
Notes
Notes:
svn path=/head/; revision=66106
Diffstat (limited to 'editors/koffice-kde3/Makefile')
-rw-r--r-- | editors/koffice-kde3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile index de370726d4eb..bb910686cf0e 100644 --- a/editors/koffice-kde3/Makefile +++ b/editors/koffice-kde3/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 |