diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-12-12 11:02:24 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-12-12 11:02:24 +0800 |
commit | e1efec0d6a1051f61e0a59da47762d6892e8bc61 (patch) | |
tree | 6774fd07c39cba4e80dc74db30d152a7a9da63fe /editors/calligra/Makefile | |
parent | 263084b071c693189dd5b2ace90c37868df82221 (diff) | |
download | freebsd-ports-graphics-e1efec0d6a1051f61e0a59da47762d6892e8bc61.tar.gz freebsd-ports-graphics-e1efec0d6a1051f61e0a59da47762d6892e8bc61.tar.zst freebsd-ports-graphics-e1efec0d6a1051f61e0a59da47762d6892e8bc61.zip |
Upgrade to 2.0.1
Diffstat (limited to 'editors/calligra/Makefile')
-rw-r--r-- | editors/calligra/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index c67e0934cd1..7c4d886debb 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -6,7 +6,7 @@ # PORTNAME= koffice -PORTVERSION= 2.0 +PORTVERSION= 2.0.1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src @@ -22,8 +22,7 @@ USE_BZIP2= yes USE_NEWGCC= yes INSTALLS_SHLIB= yes USE_AUTOCONF= yes -CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ - --with-qt-includes=${X11BASE}/include/qt2 \ +CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \ --with-qt-libraries=${X11BASE}/lib \ --with-extra-libs=${LOCALBASE}/lib CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \ |