summaryrefslogtreecommitdiff
path: root/databases/kmysqladmin
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-04 06:14:57 +0000
committerjlam <jlam>2001-12-04 06:14:57 +0000
commit4e928f1cd51ef238dba2ca7d117cb99d121db044 (patch)
tree694a2f29a87b122f762a40ca21c06f9041e844d5 /databases/kmysqladmin
parent5a2ba0507dbc89502de47e7e6be295771d1c1984 (diff)
downloadpkgsrc-4e928f1cd51ef238dba2ca7d117cb99d121db044.tar.gz
By default, prevent invocation of GNU "auto*" driven by the generated
Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten.
Diffstat (limited to 'databases/kmysqladmin')
-rw-r--r--databases/kmysqladmin/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/kmysqladmin/Makefile b/databases/kmysqladmin/Makefile
index a1bc5694a8a..4dc2c423875 100644
--- a/databases/kmysqladmin/Makefile
+++ b/databases/kmysqladmin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/11/13 21:13:38 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2001/12/04 06:14:58 jlam Exp $
DISTNAME= kmysqladmin-0.5.1
CATEGORIES= databases kde
@@ -8,9 +8,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.webeifer.de/alwin/programs/kmysqladmin/
COMMENT= MySQL administration GUI
-AUTOMAKE_OVERRIDE= YES
USE_BUILDLINK_ONLY= YES
-
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-mysql-includes=${BUILDLINK_DIR}/include/mysql
CONFIGURE_ARGS+= --with-mysql-libs=${BUILDLINK_DIR}/lib/mysql