aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-10-31 21:28:15 +0800
committerarved <arved@FreeBSD.org>2003-10-31 21:28:15 +0800
commit479404571533ab5111a4c0d27386f96b0df2eb21 (patch)
tree758e58a20d7abcbab26328548eb10b4d784a0775 /databases
parente7c71206b948e80d2c297535673e7744f9e74da6 (diff)
downloadfreebsd-ports-gnome-479404571533ab5111a4c0d27386f96b0df2eb21.tar.gz
freebsd-ports-gnome-479404571533ab5111a4c0d27386f96b0df2eb21.tar.zst
freebsd-ports-gnome-479404571533ab5111a4c0d27386f96b0df2eb21.zip
Remove bogus autoconf dependency
USE_MYSQL Add LDCONFIG_DIRS
Diffstat (limited to 'databases')
-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 53c940ac7106..72c1b587c6c3 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>