diff options
author | knu <knu@FreeBSD.org> | 2001-04-06 18:44:57 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-06 18:44:57 +0800 |
commit | 1e0304440fd4b8adf2040966ed4dc8976a3454fa (patch) | |
tree | 220cc1800be79656f212f7db4b5c399ee2df0223 /print | |
parent | b0a15c6b1c9c52929431c529a7b7c5fc0f49e3c6 (diff) | |
download | freebsd-ports-gnome-1e0304440fd4b8adf2040966ed4dc8976a3454fa.tar.gz freebsd-ports-gnome-1e0304440fd4b8adf2040966ed4dc8976a3454fa.tar.zst freebsd-ports-gnome-1e0304440fd4b8adf2040966ed4dc8976a3454fa.zip |
Use RUBY_WITH_PTHREAD.
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-panda/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ruby-panda/Makefile b/print/ruby-panda/Makefile index 5fffd807f959..f23fa1cd2ea9 100644 --- a/print/ruby-panda/Makefile +++ b/print/ruby-panda/Makefile @@ -22,10 +22,9 @@ LIB_DEPENDS= panda.0:${PORTSDIR}/print/panda \ USE_RUBY= yes USE_RUBY_EXTCONF= yes +RUBY_WITH_PTHREAD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -CONFIGURE_ARGS= --with-cflags="${PTHREAD_CFLAGS}" \ - --with-ldflags="${PTHREAD_LIBS}" INSTALL_TARGET= site-install DOCS_EN= README |