diff options
author | hoek <hoek@FreeBSD.org> | 2002-09-02 11:44:25 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2002-09-02 11:44:25 +0800 |
commit | 9a3060eb1e4a30bf1f466ea9dfbd770f53684f06 (patch) | |
tree | bad15756a8f9ee23534aa194f5ec21e99286b693 | |
parent | de62a293ba975f5f83268a17232446ff52e3c2bf (diff) | |
download | freebsd-ports-gnome-9a3060eb1e4a30bf1f466ea9dfbd770f53684f06.tar.gz freebsd-ports-gnome-9a3060eb1e4a30bf1f466ea9dfbd770f53684f06.tar.zst freebsd-ports-gnome-9a3060eb1e4a30bf1f466ea9dfbd770f53684f06.zip |
Update libuu shared lib dependency to libuu.2
-rw-r--r-- | net/kdenetwork2/Makefile | 2 | ||||
-rw-r--r-- | net/kdenetwork3/Makefile | 2 | ||||
-rw-r--r-- | net/kdenetwork4/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile index 2fac1a1eb1b4..b127fcc96881 100644 --- a/net/kdenetwork2/Makefile +++ b/net/kdenetwork2/Makefile @@ -17,7 +17,7 @@ MAINTAINER?= kde@FreeBSD.org BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ automake14:${PORTSDIR}/devel/automake14 -LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib +LIB_DEPENDS= uu.2:${PORTSDIR}/converters/uulib USE_KDELIBS_VER=2 USE_BZIP2= yes diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index f5d2749f5934..0c0640d55b91 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org -LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib +LIB_DEPENDS= uu.2:${PORTSDIR}/converters/uulib USE_KDEBASE_VER=3 USE_BZIP2= yes diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index f5d2749f5934..0c0640d55b91 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org -LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib +LIB_DEPENDS= uu.2:${PORTSDIR}/converters/uulib USE_KDEBASE_VER=3 USE_BZIP2= yes |