From 5d64eadf9ea0f03249a7be93b60c1781b20e3b65 Mon Sep 17 00:00:00 2001 From: alane Date: Fri, 21 Jun 2002 04:31:31 +0000 Subject: 1. USE_KDELIBS_VER => USE_KDEBASE_VER: add dep on kdebase3. 2. Bump PORTREVISION because of (1). --- net/kdenetwork4/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/kdenetwork4') diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 804a297746f2..ba29dcbec777 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdenetwork PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES?= net news kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -16,7 +17,7 @@ MAINTAINER?= kde@FreeBSD.org LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib -USE_KDELIBS_VER=3 +USE_KDEBASE_VER=3 USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -- cgit