diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-07 01:02:55 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-07 01:02:55 +0000 |
commit | 072a7d7978b67b4da46f116f2a1980942f594e6f (patch) | |
tree | dc8a9320ebdf30dd15f9cbc1753671146d6e864c /math | |
parent | 4941dd65b1657b113aa26f729bdaa5b8ed0d589c (diff) | |
download | ports-072a7d7978b67b4da46f116f2a1980942f594e6f.tar.gz ports-072a7d7978b67b4da46f116f2a1980942f594e6f.zip |
s|USE_KDELIBS|USE_KDELIBS_VER|g
Notes
Notes:
svn path=/head/; revision=152928
Diffstat (limited to 'math')
-rw-r--r-- | math/abakus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/abakus/Makefile b/math/abakus/Makefile index f66de9d506eb..236179980de9 100644 --- a/math/abakus/Makefile +++ b/math/abakus/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 PREFIX=${LOCALBASE} -USE_KDELIBS= 3 +USE_KDELIBS_VER=3 _NO_KDE_CONFTARGET_HACK= yes QT_NONSTANDARD= yes |