From 660737c71678de2a8a901f1efb2a6ae7e2af5ae3 Mon Sep 17 00:00:00 2001 From: rene Date: Wed, 25 May 2016 20:56:06 +0000 Subject: Remove expired misc/kdehier4 and update all of its consumers to not reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542 --- textproc/kdiff3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/kdiff3') diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile index 3cea9deb5b10..6a49d7e392f8 100644 --- a/textproc/kdiff3/Makefile +++ b/textproc/kdiff3/Makefile @@ -12,7 +12,7 @@ COMMENT= KDE4 graphical frontend for diff LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_KDE4= kdelibs libkonq kdeprefix automoc4 +USE_KDE4= kdelibs libkonq automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build USES= cmake:outsource -- cgit