aboutsummaryrefslogtreecommitdiff
path: root/databases/kmysqladmin
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-02 13:51:07 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-02 13:51:07 +0000
commit5d41e7e3eb1cc15b9ee7dbd2c61ed8216cce1b22 (patch)
tree8aae67cbb4f4d467f5cf491d1d92c6e28ad4d37c /databases/kmysqladmin
parentd5de11c0233aa8d2e61d518e8a239b300ad90350 (diff)
downloadports-5d41e7e3eb1cc15b9ee7dbd2c61ed8216cce1b22.tar.gz
ports-5d41e7e3eb1cc15b9ee7dbd2c61ed8216cce1b22.zip
Notes
Diffstat (limited to 'databases/kmysqladmin')
-rw-r--r--databases/kmysqladmin/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/kmysqladmin/Makefile b/databases/kmysqladmin/Makefile
index d5cf081b004a..4bc8ecc15f63 100644
--- a/databases/kmysqladmin/Makefile
+++ b/databases/kmysqladmin/Makefile
@@ -21,4 +21,7 @@ USE_KDELIBS_VER=3
USE_GETTEXT= yes
INSTALLS_ICONS= yes
+CONFIGURE_ARGS+=--with-mysql-include=${LOCALBASE}/include/mysql \
+ --with-mysql-lib=${LOCALBASE}/lib/mysql
+
.include <bsd.port.mk>