summaryrefslogtreecommitdiffstats
path: root/www/pruby
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-04-12 07:48:28 +0000
committerknu <knu@FreeBSD.org>2001-04-12 07:48:28 +0000
commit7267ca9c0e1140649e8dd85e4b1017fc70966d79 (patch)
treea6481efa9e095358ee6d2e85136c389c81699149 /www/pruby
parentdbafd8360e01931789d92cf69ee3b87dabca376c (diff)
downloadFreeBSD-ports-7267ca9c0e1140649e8dd85e4b1017fc70966d79.zip
FreeBSD-ports-7267ca9c0e1140649e8dd85e4b1017fc70966d79.tar.gz
I hate it that I have to make this port directly lib-depend on
databases/mysql323-client, but this seems to be the only and last means to make it build on bento. *SIGH* I still strongly hope that apache & mod_php4 will be fix in some way to avoid this kind of silly workaround.
Diffstat (limited to 'www/pruby')
-rw-r--r--www/pruby/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/pruby/Makefile b/www/pruby/Makefile
index bdddeb9..84e56c1 100644
--- a/www/pruby/Makefile
+++ b/www/pruby/Makefile
@@ -16,6 +16,9 @@ MAINTAINER= knu@FreeBSD.org
BUILD_DEPENDS= php:${PHP4_PORTDIR} \
${LOCALBASE}/libexec/apache/libphp4.so:${MOD_PHP4_PORTDIR} \
${NONEXISTENT}:${MOD_PHP4_PORTDIR}:configure
+.if defined(PACKAGE_BUILDING)
+LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
+.endif
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${MOD_PHP4_PORTDIR}
USE_GMAKE= yes
OpenPOWER on IntegriCloud