diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 03785a0d648..32b95bb961a 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2003/01/08 16:59:16 lebel Exp $ +# $OpenBSD: Makefile,v 1.13 2003/02/16 20:11:50 lebel Exp $ COMMENT= "new mail notification utility" @@ -14,11 +14,12 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MODULES= qt3 -MODQT_MT= Yes MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/ +MODKDE_VERSION= 3.1 +MODULES= kde + LIB_DEPENDS= kdecore.4,kio,kdeui,kdefx,kdesu,DCOP::x11/kde/libs3 PATCH_LIST?= ${PORTSDIR}/x11/kde/arts3/patches/p-* patch-* @@ -34,6 +35,7 @@ CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS} CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include CONFIGURE_ARGS+= ${CONFIGURE_SHARED} -CONFIGURE_ENV= KDEDIR=${LOCALBASE} +CONFIGURE_ENV= KDEDIR=${LOCALBASE} MOC=${LOCALBASE}/bin/moc3-mt \ + UIC=${LOCALBASE}/bin/uic3-mt .include