From 48d621e9e381881e939ba70a39076afd54f1ec00 Mon Sep 17 00:00:00 2001 From: itetcu Date: Sun, 17 Jun 2007 06:25:04 +0000 Subject: - drop 4.x (EOL) support - per portlint PR: 111936 Submitted by: araujo@ Approved by: maintainer timeout --- databases/kmysqladmin/Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'databases') diff --git a/databases/kmysqladmin/Makefile b/databases/kmysqladmin/Makefile index 86b364de3dab..d61e94f54ab4 100644 --- a/databases/kmysqladmin/Makefile +++ b/databases/kmysqladmin/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: kmysqladmin -# Date created: Aug 12, 2005 -# Whom: Igor Leonenko +# Date created: Aug 12, 2005 +# Whom: Igor Leonenko # # $FreeBSD$ # @@ -19,13 +19,9 @@ USE_MYSQL= yes USE_XLIB= yes USE_QT_VER= 3 USE_KDELIBS_VER=3 +USE_GETTEXT= yes +INSTALLS_ICONS= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -.include - -.if ${OSVERSION} < 500000 -BROKEN= "don't build on 4.x" -.endif - -.include +.include -- cgit