summaryrefslogtreecommitdiffstats
path: root/databases/hk_classes
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-10-31 13:28:15 +0000
committerarved <arved@FreeBSD.org>2003-10-31 13:28:15 +0000
commit479404571533ab5111a4c0d27386f96b0df2eb21 (patch)
tree758e58a20d7abcbab26328548eb10b4d784a0775 /databases/hk_classes
parente7c71206b948e80d2c297535673e7744f9e74da6 (diff)
downloadFreeBSD-ports-479404571533ab5111a4c0d27386f96b0df2eb21.zip
FreeBSD-ports-479404571533ab5111a4c0d27386f96b0df2eb21.tar.gz
Remove bogus autoconf dependency
USE_MYSQL Add LDCONFIG_DIRS
Diffstat (limited to 'databases/hk_classes')
-rw-r--r--databases/hk_classes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile
index 53c940a..72c1b58 100644
--- a/databases/hk_classes/Makefile
+++ b/databases/hk_classes/Makefile
@@ -13,10 +13,9 @@ MASTER_SITE_SUBDIR= hk-classes
MAINTAINER= ports@FreeBSD.org
COMMENT= "C++ Library for rapid development of database applications"
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
- mysqlclient.10:${PORTSDIR}/databases/mysql323-client
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
+USE_MYSQL= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
-with-mysql-dir=${LOCALBASE} \
@@ -26,5 +25,6 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
+LDCONFIG_DIRS+= %%PREFIX%%/lib/hk_classes/
.include <bsd.port.mk>
OpenPOWER on IntegriCloud