diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-06-17 14:25:04 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-06-17 14:25:04 +0800 |
commit | 48d621e9e381881e939ba70a39076afd54f1ec00 (patch) | |
tree | a1976622a002439e0f627d79f38637e6d9416d3f /databases | |
parent | 8ab11d96e6db9bb5fbb192d655b0b10dd662967b (diff) | |
download | freebsd-ports-gnome-48d621e9e381881e939ba70a39076afd54f1ec00.tar.gz freebsd-ports-gnome-48d621e9e381881e939ba70a39076afd54f1ec00.tar.zst freebsd-ports-gnome-48d621e9e381881e939ba70a39076afd54f1ec00.zip |
- drop 4.x (EOL) support
- per portlint
PR: 111936
Submitted by: araujo@
Approved by: maintainer timeout
Diffstat (limited to 'databases')
-rw-r--r-- | databases/kmysqladmin/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
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 <bananaz@bk.ru> +# Date created: Aug 12, 2005 +# Whom: Igor Leonenko <bananaz@bk.ru> # # $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 <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "don't build on 4.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |