diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-02 13:51:07 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-02 13:51:07 +0000 |
commit | 5d41e7e3eb1cc15b9ee7dbd2c61ed8216cce1b22 (patch) | |
tree | 8aae67cbb4f4d467f5cf491d1d92c6e28ad4d37c /databases/kmysqladmin | |
parent | d5de11c0233aa8d2e61d518e8a239b300ad90350 (diff) | |
download | ports-5d41e7e3eb1cc15b9ee7dbd2c61ed8216cce1b22.tar.gz ports-5d41e7e3eb1cc15b9ee7dbd2c61ed8216cce1b22.zip |
Notes
Diffstat (limited to 'databases/kmysqladmin')
-rw-r--r-- | databases/kmysqladmin/Makefile | 3 |
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> |