diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-10-27 08:50:18 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-10-27 08:50:18 +0000 |
commit | c96b4198d04ef13644dca1de6867298c4297c52a (patch) | |
tree | ffe73c51995d3862d69046d02f360431d0359cd7 /x11/kdelibs4/Makefile | |
parent | 87ff7d1b2b0d4899959b8231700ae420e7ff79bf (diff) | |
download | ports-c96b4198d04ef13644dca1de6867298c4297c52a.tar.gz ports-c96b4198d04ef13644dca1de6867298c4297c52a.zip |
Upgrade to 2.2.1.
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
Notes
Notes:
svn path=/head/; revision=49256
Diffstat (limited to 'x11/kdelibs4/Makefile')
-rw-r--r-- | x11/kdelibs4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 9a50eec2f8de..2fe7dd86c537 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kdelibs -PORTVERSION= 2.2 -PORTREVISION= 3 +PORTVERSION= 2.2.1 CATEGORIES?= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -33,7 +32,7 @@ USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-cups --disable-ltdl-install \ - --enable-debug --disable-final + --disable-final .if ${MACHINE_ARCH} == "alpha" CFLAGS= -O0 ${KDE_CFLAGS} |